1.rails generate scaffold User name:string email:string
2.self-contained bundles of gems. Useful for versioning.
3. Edit Gemfile, then run 'bundle install' or just 'bundle'.
4.Ruby Version Manager. Install and manage multiple versions of Ruby.
Answer:3