ubuntu ruby on rails /gems/activesupport-2.3.2/lib/active_support/dependencies.rb:55: uninitialized constant ActiveSupport::Dependencies::Mutex (NameError)
1. go to config/boot.rb
2. add require 'thread' below:
RAILS_ROOT = "#{File.dirname(__FILE__)}/.." unless defined?(RAILS_ROOT)
require 'thread'
Komentar
Posting Komentar
terimakasih komentarnya