rbenv rails is an rbenv plugin that provides rbenv rails
command to create rails project with the version.
rbenv rails <project_name> <rails version>
This example will create example_project with rails 4.0.0.
rbenv rails example_project 4.0.0
git clone https://github.com/alfa-jpn/rbenv-rails.git ~/.rbenv/plugins/rbenv-rails
- bash
- rbenv
- bundler ->
rbenv exec gem install bundler
andrbenv rehash