I have upgraded to Rails3beta4 from Rails 2.3.8. I used to run the following command for ensuring that gems are installed:>> sudo rake gems:installBut, now, I get the following when running this command on the Rails3beta4 environment: rake aborted! Don''t know how to build task ''gems:install'' (See full trace by running task with --trace) Why is that? Should I use another command for Rails3beta4? Thanks. -- Posted via http://www.ruby-forum.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Abder-Rahman Ali wrote:> I have upgraded to Rails3beta4 from Rails 2.3.8. > > I used to run the following command for ensuring that gems are > installed: > >>> sudo rake gems:installRead up on the new Bundler for use with Rails 3. Here''s a place to start: http://yehudakatz.com/2009/11/03/using-the-new-gem-bundler-today/ -- Posted via http://www.ruby-forum.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Robert Walker wrote:> Abder-Rahman Ali wrote: >> I have upgraded to Rails3beta4 from Rails 2.3.8. >> >> I used to run the following command for ensuring that gems are >> installed: >> >>>> sudo rake gems:install > > Read up on the new Bundler for use with Rails 3. > > Here''s a place to start: > http://yehudakatz.com/2009/11/03/using-the-new-gem-bundler-today/Thanks Robert. -- Posted via http://www.ruby-forum.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.
Maybe:>> sudo rake gems:install is wrong? I mean, there shouldn''t be "rake" here? For Rails 2.3.x at least, as I figured out that we need "bundle" in Rails3.-- Posted via http://www.ruby-forum.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 rubyonrails-talk-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.