Skip to content

Instantly share code, notes, and snippets.

@nacengineer
Created April 20, 2012 19:53
Show Gist options
  • Save nacengineer/2431339 to your computer and use it in GitHub Desktop.
Save nacengineer/2431339 to your computer and use it in GitHub Desktop.
Solution found for Prepared Statements Error in Rails 3.1
# needed to fix prepared statements error in Rails 3.1
after_fork do | server, worker |
ActiveRecord:: Base.connection.reconnect!
end
@nacengineer
Copy link
Author

this is for use in unicorn configuration file

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment