Tag: Debug Rails application

Debugging Rails

You can always debug your application and get it back on the rails if ever it something goes wrong. You have to check the application log files. See to it that “tail –f” commands are running on the server.log and development.log. Rails will then show debugging and runtime information to these files and debugging information …

Continue reading

Permanent link to this article: https://blog.openshell.in/2010/11/debugging-rails/