railsinstaller-2.2.1.exe installs rails 4.0.0

302 views
Skip to first unread message

franasm

unread,
Oct 28, 2013, 7:52:04 PM10/28/13
to railsin...@googlegroups.com
Hi

I recently downloaded the railsinstaller-2.2.1.exe file which is said to install:
Ruby 1.9.3 (it does - ruby -v)
Rails 3.2 (it installs rails 4.0.0 - rails -v)

The problem is that I dont want rails 4.0 because I am having problems with it. I was told that I have to get rails 3.2. How can I obtain this. Is there a command I can run to downgrade / download 3.2 over the 4.0.0 or is there an alternate download I can use.

Thanks.

Evan Benjamin Machnic

unread,
Oct 29, 2013, 9:49:57 AM10/29/13
to railsin...@googlegroups.com
Have you tried just running `gem install rails -v 3.2.15`? Google is your friend.

Evan B. Machnic Deployment Engineer

Engine Yard
The Leading Platform as a Service
SKYPE: evan.ey
TWITTER: @emachnic






--
You received this message because you are subscribed to the Google Groups "RailsInstaller" group.
To unsubscribe from this group and stop receiving emails from it, send an email to railsinstalle...@googlegroups.com.
For more options, visit https://groups.google.com/groups/opt_out.

franasm

unread,
Oct 31, 2013, 7:25:45 AM10/31/13
to railsin...@googlegroups.com
Thanks...Google only helps when you know what to look for! :) The info you gave helped point me in the right direction.

Surya Avantsa

unread,
Oct 31, 2013, 9:41:10 AM10/31/13
to railsin...@googlegroups.com

Gem install rails -v "3.2"

This command will install rails 3.2. It will coexist on your computer along with the present version. In your application you must specify the version in the gemfile.

if you don't want a certain version of rails then you should run gem uninstall rails. This will give you choices as to which version of rails you want to remove. Choose the right version and it will be removed. If only version exists it will silently remove that version.

How this helps.

Surya

Sent via the Samsung GALAXY S™4, an AT&T 4G LTE smartphone

--
Reply all
Reply to author
Forward
0 new messages