-
-
Save docunext/3330855 to your computer and use it in GitHub Desktop.
rails 3 w unicorn to log into console
This file contains 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