1.self-contained bundles of gems. Useful for versioning.
2.bundle exec rake db:migrate. Using bundle exec ensures that the rake version in our Gemfile is used.
3.rails generate scaffold User name:string email:string
4.Ruby Version Manager. Install and manage multiple versions of Ruby.