Hello,
I am new to this framework (even to ruby) and followed some books got
things working but when I tried to install the rails through gem (on
Windows) it installs the latest version (for wich I can’t find much
documentation) 2.0.2.
Now, I want to install a previous version (1.x) of rails framework…is
that possible also through gem or do I need to install the binaries by
myself?
Thanks
On Mon, Jan 28, 2008 at 10:44:57PM +0900, Cristian G. wrote:
Hello,
I am new to this framework (even to ruby) and followed some books got
things working but when I tried to install the rails through gem (on
Windows) it installs the latest version (for wich I can’t find much
documentation) 2.0.2.
Now, I want to install a previous version (1.x) of rails framework…is
that possible also through gem or do I need to install the binaries by
myself?
Thanks
Hello,
try gem install rails -v 1.2.6
Greetings
Mario
–
| havelsoft.com |
| Tel: 033876-21 966 |
| http://www.havelsoft.com |
| |
| Inhaber: Mario Günterberg |
| Garlitzer Dorfstr. 18 |
14715 Märkisch Luch |
---|
Mario G. wrote:
On Mon, Jan 28, 2008 at 10:44:57PM +0900, Cristian G. wrote:
Hello,
I am new to this framework (even to ruby) and followed some books got
things working but when I tried to install the rails through gem (on
Windows) it installs the latest version (for wich I can’t find much
documentation) 2.0.2.
Now, I want to install a previous version (1.x) of rails framework…is
that possible also through gem or do I need to install the binaries by
myself?
ThanksHello,
try gem install rails -v 1.2.6
Greetings
Mario–
| havelsoft.com |
| Tel: 033876-21 966 |
| http://www.havelsoft.com |
| |
| Inhaber: Mario Günterberg |
| Garlitzer Dorfstr. 18 |
14715 Märkisch Luch
That worked, thanks.
Actually after installing 1.2.6 and running rails --version still
version 2.0.2 came up, but I had to uninstall (gem uninstall rails) the
2.0.2 version and now everything looks fine.
Thanks