Ruby on Rails Wednesday, December 25, 2013

On Thursday, December 26, 2013 5:34:39 AM UTC, pavey nganpi wrote:
> hi guys,where can i download rails 3.2.1, i dont like rails 4.0 and thats the version which railsinstaller.org offers now.pls help

gem install rails --version 3.2.1

Should allow you to set your rails version, or (in an already existing app) you can specify the rails version to use Gemfile.

You should use a more recent version of 3.2 than 3.2.1 since that version has a remote code execution vulnerability. Also if you are starting out with a new app I would start with rails 4 - you'll have to migrate to it at some point and it's easiest to do that right off the bat.

Fred

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/06ca6d43-dadd-457f-9134-e7edcb3f8da3%40googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment