Is it possible to create rails 3.0 and rails 3.1 projects with rbenv? I know that with rvm I can create new gemsets and switch to them to create a 3.0 or 3.1 project. However, gemsets to not exist with rbenv.
Share
Sign Up to our social questions and Answers Engine to ask questions, answer people’s questions, and connect with other people.
Login to our social questions & Answers Engine to ask questions answer people’s questions & connect with other people.
Lost your password? Please enter your email address. You will receive a link and will create a new password via email.
Please briefly explain why you feel this question should be reported.
Please briefly explain why you feel this answer should be reported.
Please briefly explain why you feel this user should be reported.
The answer is this
Specifying rails version to use when creating a new application
You can create different version of rails projects by passing in the appropriate parameters to the
railscommand