[Rails] Re: Problem with routes.rb

2012-02-15 Thread Rolando Garro
It sounds like something missed restart. On Feb 15, 2:31 am, Muruga wrote: > Hi all >           I am working on rails 2.3.x with Passenger+Apache servers.I have > changed a routes.rb file by adding my custom route. > After changing this i restarted remote server with touch tmp/restart.txt. > >  

[Rails] Re: Problem with routes.rb in rails 2.3.2

2009-07-20 Thread sultan
Matt, thanks for you response. Initially I thought the problem was with locale, but I am using the default locale and have not changed anything in the configuration. Eventually, I created a new rails 2.3.2 project and added my application, one controller at a time. At each step I ran "rake routes"

[Rails] Re: Problem with routes.rb in rails 2.3.2

2009-07-16 Thread Matt Jones
Given the second method down in the trace, I'd say you've not set the locale on your machine. See the section on locales here: http://articles.slicehost.com/2008/4/25/ubuntu-hardy-setup-page-2 --Matt Jones On Jul 15, 8:45 pm, sultan wrote: > Problem with routes.rb in rails 2.3.2: > > The probl

[Rails] Re: Problem with routes.rb in rails 2.3.2

2009-07-16 Thread sultan
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 wrote: > On Jul 15, 5:45 pm, sultan wrote: > > > > > Problem with

[Rails] Re: Problem with routes.rb in rails 2.3.2

2009-07-15 Thread Eric
On Jul 15, 5:45 pm, sultan 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 i