:: Home     :: Add Questions
Register   |   Login
 

Question :: What is the log that has to seen to check for an error in ruby rails?

Post Answer

Tags

rubyrailsruby rails

Answers to ""

 

Rails will report errors from Apache in log/apache.log and errors from the Ruby code in log/development.log. If you're having a problem, do have a look at what these logs are saying. On Unix and Mac OS X you may run tail -f log/development.log in a separate terminal to monitor your application's execution.

Related Questions

::Top Tags::
 
 
Copyright 2007, Megasolutions Ltd