Rick, you nailed it. Many thanks.
Seems the - was replaced for another similar character somewhere (I
suspect Windows).
Now works:
c:\testror\TreeSNPs_pub>gem install rails -v1.2.5 --include-dependencies
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies
2009/7/1 Sébastien Clément :
>
> I updated gems just in case (gem update --system).
>
> After trying to install Rails v1.2.5, I got a different error message,
> but no more success:
>
> C:\testror>gem install rails -v 1.2.5 --include-dependencies
> INFO: `gem install -y` is now default and will b
I updated gems just in case (gem update --system).
After trying to install Rails v1.2.5, I got a different error message,
but no more success:
C:\testror>gem install rails -v 1.2.5 --include-dependencies
INFO: `gem install -y` is now default and will be removed
INFO: use --ignore-dependencies
Hm. On my win box it's like ok.
C:\>gem install rails -v 1.2.5
Successfully installed activesupport-1.4.4
Successfully installed activerecord-1.15.5
Successfully installed actionpack-1.13.5
Successfully installed actionmailer-1.3.5
Successfully installed actionwebservice-1.2.5
Successfully install
On Wed, Jul 1, 2009 at 11:08 AM, Alexey Vakhov wrote:
>> rails (2.3.2)
>>
>> $ gem list --remote rails
>>
>> *** REMOTE GEMS ***
>>
>> rails (2.3.2)
>>
>
> $gem list -r -a rails
>
> *** REMOTE GEMS ***
>
> rails (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0, 2.0.5, 2.0.4, 2.0.2, 2.0.1, 2.0.0,
> 1.2.6, 1.2.5,
>
> rails (2.3.2)
>
> $ gem list --remote rails
>
> *** REMOTE GEMS ***
>
> rails (2.3.2)
>
>
$gem list -r -a rails
*** REMOTE GEMS ***
rails (2.3.2, 2.2.2, 2.1.2, 2.1.1, 2.1.0, 2.0.5, 2.0.4, 2.0.2, 2.0.1, 2.0.0,
1.2.6, 1.2.5, 1.2.4, 1.2.3, 1.2.2, 1.2.1, 1.2.0, 1.1.6, 1.1.5, 1.1.4, 1.1.3,
1.1.2,
2009/7/1 Sébastien Clément :
>
> We have an application that was developed under Rails 1.2.5, and will
> not work as it is on Rails 2.0 and above.
>
> However, when we try to install the earlier Rails version as follows, it
> forces the installation of v2.3.2:
>
> C:\testror>gem install rails -v 1
7 matches
Mail list logo