* bundle install and then commit Gemfile.lock
* heroku git:remote -a quiet-brushlands-1543
* heroku run bundle exec ruby checkmongo.rb
Created
November 26, 2012 03:28
-
-
Save rtanglao/4146462 to your computer and use it in GitHub Desktop.
heroku tips and trips to run ruby scripts
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
source "https://rubygems.org" | |
ruby "1.8.7" | |
gem 'mongo' | |
gem 'bson_ext' |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment