post-checkout hook to reload bundler and restart passenger
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
#!/bin/sh | |
# | |
# Just save this as .git/hooks/post-checkout in your Rails application | |
# | |
env ARCHFLAGS="-arch x86_64" bundle install | |
touch tmp/restart.txt |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment