In Ruby 1.8.x rails 2.x, "uninitialized constant activesupport: dependencies: mutex (nameerror )&

Source: Internet
Author: User
An exception.

Find the rails file in the bin directory under the ruby installation directory, for example, C: \ ruby187 \ bin.
Modify rails by addingRequire 'thread'

#! C:/ruby187/bin/ruby.exe # This file was generated by rubygems. # The application 'rails 'is installed as part of a gem, and # This file is here to facilitate running it. # require 'thread' require 'rubygems 'version = "> = 0" If argv. first = ~ /^ _ (. *) _ $/And GEM: version. Correct? $1 then version = $1 argv. shiftendgem 'rails ', versionload gem. bin_path ('rails', 'rails ', Version)

Next, run the rails someapp to generate the rails application, and then start RAKE: Ruby script/Sever to generate the preceding error.
Find the environment. Rb and boot. RB files in the ruby installation directory, and addRequire 'thread'

Related Article

Contact Us

The content source of this page is from Internet, which doesn't represent Alibaba Cloud's opinion; products and services mentioned on that page don't have any relationship with Alibaba Cloud. If the content of the page makes you feel confusing, please write us an email, we will handle the problem within 5 days after receiving your email.

If you find any instances of plagiarism from the community, please send an email to: info-contact@alibabacloud.com and provide relevant evidence. A staff member will contact you within 5 working days.

A Free Trial That Lets You Build Big!

Start building with 50+ products and up to 12 months usage for Elastic Compute Service

  • Sales Support

    1 on 1 presale consultation

  • After-Sales Support

    24/7 Technical Support 6 Free Tickets per Quarter Faster Response

  • Alibaba Cloud offers highly flexible support services tailored to meet your exact needs.