Re: [Rails] Problem with routes.rb

2012-02-15 Thread Colin Law
On 15 February 2012 08:31, 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. > >   My newly added routes is workin

[Rails] Problem with routes.rb

2012-02-15 Thread Muruga
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. My newly added routes is working fine locally.But in remote server it is not working

[Rails] Problem with routes.rb in rails 2.3.2

2009-07-15 Thread sultan
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