I get the same error on the website. This was my attempt at trying to figure out where the problem is. At first I thought it was in environment.rb, now I am thinking it has something to do with routes.rb.
On Jul 15, 9:12 pm, Eric <[email protected]> wrote: > On Jul 15, 5:45 pm, sultan <[email protected]> wrote: > > > > > Problem with routes.rb in rails 2.3.2: > > > The problems occurs if the rails version is "frozen" or not. I get the > > same problem when the routes are present in the routes.rb file. > > > In order to try to figure out the problem, I commented out all the > > routes in routes.rb, so the following are the only two statements in > > routes.rb: > > > ActionController::Routing::Routes.draw do |map| > > > end > > > When I run > > > “# rake routes –trace” > > > I get: > > Why are you even trying that? Don't. > > -eric --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

