Created
April 20, 2012 19:53
-
-
Save nacengineer/2431339 to your computer and use it in GitHub Desktop.
Solution found for Prepared Statements Error in Rails 3.1
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
# needed to fix prepared statements error in Rails 3.1 | |
after_fork do | server, worker | | |
ActiveRecord:: Base.connection.reconnect! | |
end |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
this is for use in unicorn configuration file