Skip to content

Instantly share code, notes, and snippets.

Show Gist options
  • Save azim-koshoiev/a7dca9aa073c180375361b4753559996 to your computer and use it in GitHub Desktop.
Save azim-koshoiev/a7dca9aa073c180375361b4753559996 to your computer and use it in GitHub Desktop.
heroku tips and trips to run ruby scripts
    * bundle install and then commit Gemfile.lock
    * heroku git:remote -a quiet-brushlands-1543
    * heroku run bundle exec ruby checkmongo.rb 
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