On Feb 3, 12:50 pm, Wes Gamble <[email protected]> wrote: > I recently had a need to install the Rails 1.2.6 gem (for support > reasons). When I did it, the dependencies were not installed > automatically, so I had to find and get the correct versions of > actinomailer, actionpack, etc. > > Anybody seen this behavior before and have any insight into that? > > Wes > -- > Posted viahttp://www.ruby-forum.com/.
What version of RubyGems are you using to do the install? If it's before 1.2.1 (I think), you need to add the --include-dependencies switch to the gem install command. Jeff switchingtorails.com --~--~---------~--~----~------------~-------~--~----~ You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group. To post to this group, send email to [email protected] To unsubscribe from this group, send email to [email protected] For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---

