[Rails] Re: Routing error

2009-07-19 Thread Dwight Shackelford
James Byrne wrote: > Start here: > http://www.tutorialspoint.com/ruby-on-rails/rails-introduction.htm > > READ it all. It is old and out of date, but is so generic that this > barely matters. Then, either set up a Rails project from scratch > following the tutorial or connect with somebody t

[Rails] Re: Routing error

2009-07-19 Thread Dwight Shackelford
Marnen Laibow-Koser wrote: > Dwight Shackelford wrote: > [...] >> I started two weeks late into a 5 week class. > > A class in Rails development, I take it? > >> What you're witnessing is >> thrashing. > > Then please...talk to your instructor.

[Rails] Re: Routing error

2009-07-19 Thread Dwight Shackelford
James Byrne wrote: > Dwight Shackelford wrote: >> >> InstantRails has a button that says "Start project with Mongrel". I'll >> sometimes hit that, just to get Mongrel listening, then from the web >> page pull up different projects. Not sure if th

[Rails] Re: Routing error

2009-07-19 Thread Dwight Shackelford
James Byrne wrote: > Dwight Shackelford wrote: >> I wiped the logs, because data from differing projects were getting >> written to multiple logs, meaning a specific log under a specific >> subdirectory included data from other projects too. To get a clean run, >>

[Rails] Re: Routing error

2009-07-18 Thread Dwight Shackelford
Hassan Schroeder wrote: > On Sat, Jul 18, 2009 at 10:57 PM, Dwight > Shackelford wrote: > >>>> ActionController::RoutingError (No route matches "/cookbooks" with >>>> {:method=>:get}): >>> >>> OK, so what does `rake routes` f

[Rails] Re: Routing error

2009-07-18 Thread Dwight Shackelford
Hassan Schroeder wrote: > On Sat, Jul 18, 2009 at 10:46 PM, Dwight > Shackelford wrote: > >> Cookbook crashed again. �Here's the log, or the last part of the log: > >> ActionController::RoutingError (No route matches "/cookbooks" with >> {:method=>

[Rails] Re: Routing error

2009-07-18 Thread Dwight Shackelford
> I wiped the logs, because data from differing projects were getting > written to multiple logs, meaning a specific log under a specific > subdirectory included data from other projects too. To get a clean run, > I truncated them. Cookbook runs now. Phonebook did not, and no log was > wri

[Rails] Re: Routing error

2009-07-18 Thread Dwight Shackelford
Hassan Schroeder wrote: > On Sat, Jul 18, 2009 at 9:26 PM, Dwight > Shackelford wrote: > >> No route matches "/cookbook" with {:method=>:get} > >> I don't even know how to start diagnosing this. > > Do all your unit/rspec tests still pass? Don

[Rails] Routing error

2009-07-18 Thread Dwight Shackelford
Routing Error No route matches "/cookbook" with {:method=>:get} This problem started this morning, whereas it was working last night. Occurring with all projects. No routing.rb files were changed by me. I'm using InstantRails/Sqlite3 and Mongrel. I don't even know how to start diagnosing this