Hi, I cloned a git repo and then loaded up my terminal and typed: rails server. It''s worked normally but this time I keep on getting the error: <-[31mCould not find activesupport-3.0.5 in any of the sources<-[0m anyone know why this is? (can''t fire up rails console either) -- 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.
Xavier Noria
2011-Mar-25 23:21 UTC
Re: Active support error when loading rails server/console?
On Sat, Mar 26, 2011 at 12:16 AM, Gaba Luschi <lists-fsXkhYbjdPsEEoCn2XhGlw@public.gmane.org> wrote:> Hi, > I cloned a git repo and then loaded up my terminal and typed: rails > server. It''s worked normally but this time I keep on getting the error: > > <-[31mCould not find activesupport-3.0.5 in any of the sources<-[0m > > anyone know why this is? > > (can''t fire up rails console either)The application is using bundler and requires Rails 3.0.5. Please install bundler if you do not have it, and run bundle install in the application root. -- 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@googlegroups.com. For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en.