Created
May 23, 2011 08:38
-
-
Save bonyiii/986407 to your computer and use it in GitHub Desktop.
rails 3 w unicorn to log into console
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| https://gist.github.com/983588 | |
| #Put this in application.rb, or in a rake task initialize code | |
| if defined?(Rails) && (Rails.env == 'development') | |
| Rails.logger = Logger.new(STDOUT) | |
| end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment