[ruby-it] uso delle gemme in rails

Mauro mrsanna1 a gmail.com
Lun 8 Giu 2009 12:33:23 CEST


2009/6/8 Luca Guidi <guidi.luca a gmail.com>:
> Ho controllato:
>
> rails test_gems
> cd test_gems
> rake -T gems # OK
> # ho configurato la gem
> rake -T gems # OK
> # l'ho installata (sudo gem install activeldap)
> rake -T gems # OK
> # l'ho scompattata (sudo rake gems:unpack)
> rake -T gems # OK

Io ho fatto rails test_gems
cd test_gems
rake -T gems e mi dice sempre

Missing the Rails 2.3.2 gem. Please `gem install -v=2.3.2 rails`,
update your RAILS_GEM_VERSION setting in config/environment.rb for the
Rails version you do have installed, or comment out RAILS_GEM_VERSION
to use the latest version installed

questo succede anche se commento RAILS_GEM_VERSION in environment.rb

>
> Tutto funziona, ho notato che l'unica differenza tra i due ambienti è la
> versione di Ruby, la mia è:
>
> ruby 1.8.6 (2008-08-11 patchlevel 287) [universal-darwin9.0]
>
> la tua?

ruby 1.8.7 (2008-08-11 patchlevel 72) [x86_64-linux]


More information about the Ml mailing list