Hi, I am trying to install the salted login generator from rubygems. I have version 0.13.1 of rails installed. When I try to install the salted login generator (gem install salted_login_generator) it asks: Install required dependency rails? If I select yes it says: RubyGem version error: rails(0.11.1 not >= 0.13.1) and fails. It does the same thing when I try to install the regular login_generator or localization_generator that the salted one depends on. My questions to all the experts out there are: 1) Why is it doing this? (I''m guessing it requires rails 0.11.1, but this page http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator says 0.13 should work) 2) Is this an error with the gem? 3) Is this an error with my ruby configuration? 4) What can I do to get around this? I have tried the --ignore-dependencies option but gem doesn''t seem to understand it (I may be using it wrong). Anyways, any help would be greatly appreciated I have searched everywhere for an answer with no luck. Thanks very much ahead of time.
I should try upgrading to the latest stable version of rails first :) Riley wrote:>Hi, > >I am trying to install the salted login generator from >rubygems. I have version 0.13.1 of rails installed. > >When I try to install the salted login generator (gem >install salted_login_generator) it asks: > >Install required dependency rails? > >If I select yes it says: > >RubyGem version error: rails(0.11.1 not >= 0.13.1) > >and fails. It does the same thing when I try to >install the regular login_generator or >localization_generator that the salted one depends on. > >My questions to all the experts out there are: > >1) Why is it doing this? (I''m guessing it requires >rails 0.11.1, but this page >http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator >says 0.13 should work) > >2) Is this an error with the gem? > >3) Is this an error with my ruby configuration? > >4) What can I do to get around this? > >I have tried the --ignore-dependencies option but gem >doesn''t seem to understand it (I may be using it >wrong). > >Anyways, any help would be greatly appreciated I have >searched everywhere for an answer with no luck. >Thanks very much ahead of time. >_______________________________________________ >Rails mailing list >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > >
Hi, Isn''t 0.13.1 the latest stable version? I know version 1.0 release candidate is out but not a stable release. Do you know why the gem trys to ''upgrade'' me to 0.11.1 when I already have a higher version? Thanks --- Kris Leech <krisleech-BSIDdvZawMx9qp0gCGiW7Q@public.gmane.org> wrote:> I should try upgrading to the latest stable version > of rails first :) > > Riley wrote: > > >Hi, > > > >I am trying to install the salted login generator > from > >rubygems. I have version 0.13.1 of rails > installed. > > > >When I try to install the salted login generator > (gem > >install salted_login_generator) it asks: > > > >Install required dependency rails? > > > >If I select yes it says: > > > >RubyGem version error: rails(0.11.1 not >= 0.13.1) > > > >and fails. It does the same thing when I try to > >install the regular login_generator or > >localization_generator that the salted one depends > on. > > > >My questions to all the experts out there are: > > > >1) Why is it doing this? (I''m guessing it requires > >rails 0.11.1, but this page > >http://wiki.rubyonrails.com/rails/pages/SaltedHashLoginGenerator > >says 0.13 should work) > > > >2) Is this an error with the gem? > > > >3) Is this an error with my ruby configuration? > > > >4) What can I do to get around this? > > > >I have tried the --ignore-dependencies option but > gem > >doesn''t seem to understand it (I may be using it > >wrong). > > > >Anyways, any help would be greatly appreciated I > have > >searched everywhere for an answer with no luck. > >Thanks very much ahead of time. > >_______________________________________________ > >Rails mailing list > >Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > >http://lists.rubyonrails.org/mailman/listinfo/rails > > > > > > > > > > > > > _______________________________________________ > Rails mailing list > Rails-1W37MKcQCpIf0INCOvqR/iCwEArCW2h5@public.gmane.org > http://lists.rubyonrails.org/mailman/listinfo/rails >