Skip to content

Instantly share code, notes, and snippets.

@bjfish
Last active January 9, 2017 17:53
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save bjfish/11862d13249d76202ebf1c303120fe03 to your computer and use it in GitHub Desktop.
Save bjfish/11862d13249d76202ebf1c303120fe03 to your computer and use it in GitHub Desktop.
Dependency Tree

Gem Testing

bundle install && bundle exec rake test

bundle exec rake test
\- bundle install
   \- openssl

Rails Application

bundle install && rails s

rails s
+- database driver
\- bundle install
   \- openssl
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment