[Rails] Re: [HELP PLS] uninitialized constant ActiveSupport::Dependencies::Mutex

2011-07-20 Thread Jesus T.
The problem: /Library/Ruby/Gems/1.8/gems/activesupport-2.3.8/lib/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) can be solved by running: sudo gem update --system 1.4.2 -- Posted via http://www.ruby-forum.com/. -- You received this

[Rails] Re: [HELP PLS] uninitialized constant ActiveSupport::Dependencies::Mutex

2011-04-05 Thread Todd Fox
sudo gem update --system 1.4.2 works -- 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@googlegroups.com. To unsubscribe from this group, send

[Rails] Re: [HELP PLS] uninitialized constant ActiveSupport::Dependencies::Mutex

2011-03-04 Thread Sukumaran Ammangod
I am also new to this rails on ruby. Started today and going as per the documentation. got the same error when I tried rails command. Updated latest gem, made sure the versions (gem and rails are equal). But the problem wasn't gone But the problem look like disappeared when adding require 'thre