Marc Byrd
2009-Apr-15 23:11 UTC
uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
I''m on debian etch w/ ruby1.8, activesupport-2.3.2, getting this on the first line of code which is require ''active_support'' : /var/lib/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `gem_original_require'' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'' from /var/lib/gems/1.8/gems/activesupport-2.3.2/lib/active_support.rb:56 from /usr/lib/ruby/1.8/rubygems/custom_require.rb:33:in `gem_original_require'' from /usr/lib/ruby/1.8/rubygems/custom_require.rb:33:in `require'' Note that this worked as expected on ubuntu (ibix, amd64). Thanks, m --~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org To unsubscribe from this group, send email to rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFFw@public.gmane.org For more options, visit this group at http://groups.google.com/group/rubyonrails-talk?hl=en -~----------~----~----~----~------~----~------~--~---
ray
2009-Apr-16 22:37 UTC
Re: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
I had the same issue after upgrading rails to 2.3.2 on a Debian machine. Updating the rubygems package (apt-get install rubygems) fixed it. On Apr 15, 7:11 pm, Marc Byrd <dr.marc.b...-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org> wrote:> I''m on debian etch w/ ruby1.8, activesupport-2.3.2, getting this on the > first line of code which is require ''active_support'' : > /var/lib/gems/1.8/gems/activesupport-2.3.2/lib/active_support/dependencies.rb:55: > uninitialized constant ActiveSupport::Dependencies::Mutex (NameError) > from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in > `gem_original_require'' > from /usr/lib/ruby/1.8/rubygems/custom_require.rb:27:in `require'' > from /var/lib/gems/1.8/gems/activesupport-2.3.2/lib/active_support.rb:56 > from /usr/lib/ruby/1.8/rubygems/custom_require.rb:33:in > `gem_original_require'' > from /usr/lib/ruby/1.8/rubygems/custom_require.rb:33:in `require'' > > Note that this worked as expected on ubuntu (ibix, amd64). > > Thanks, > > m--~--~---------~--~----~------------~-------~--~----~ 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-/JYPxA39Uh5TLH3MbocFFw@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 -~----------~----~----~----~------~----~------~--~---
Possibly Parallel Threads
- uninitialized constant ActiveSupport::Cache (NameError)
- uninitialized constant ActionView::Helpers::TagHelper::ERB (NameError)
- uninitialized constant ActsAsFerret (NameError)
- configuration issue (Uninitialized constant Aftimagr (NameError) )
- uninitialized constant ActionController running Cucumber features in Aptana/RadRails IDE