This forum is no longer active. Please post your questions to our new community site

404 errors using mongrel rails service

Subscribe to 404 errors using mongrel rails service 2 post(s), 2 voice(s)

 
Avatar migmartri 7 post(s)

If you are using mongrel_rails as a service under Windows and you are receiving constants 404 errors. You can fix it adding a file(i.e. mongrel.rb) in config/initializers/ containing this 1.

Hope it helps.

Regards.

1 https://gist.github.com/471663 (Remember to change the line 1 with your rails version. Source 2)

2 https://rails.lighthouseapp.com/projects/8994/t…

 
Avatar Beltrán Rueda Administrator 3,714 post(s)

Thanks for posting your solution. Cheers.