This project is archived and is in readonly mode.

#3385 ✓invalid
Joshua Partogi

active_support can not be found

Reported by Joshua Partogi | October 17th, 2009 @ 02:20 AM

In the latest Rails 3 build currently this error will be thrown:
/vendor/rails/railties/lib/rails/application.rb:81:in rescue in block in <class:Application>': no such file to load -- activesupport (RuntimeError)

This is where the error comes from:

initializer :require_frameworks do

  begin
    require 'active_support'
    require 'active_support/core_ext/kernel/reporting'
    require 'active_support/core_ext/logger'

    # TODO: This is here to make Sam Ruby's tests pass. Needs discussion.
    require 'active_support/core_ext/numeric/bytes'
    config.frameworks.each { |framework| require(framework.to_s) }
  rescue LoadError =&gt; e
    # Re-raise as RuntimeError because Mongrel would swallow LoadError.
    **raise e.to_s**
  end
end</code>



Comments and changes to this ticket

Create your profile

Help contribute to this project by taking a few moments to create your personal profile. Create your profile »

<h2 style="font-size: 14px">Tickets have moved to Github</h2>

The new ticket tracker is available at <a href="https://github.com/rails/rails/issues">https://github.com/rails/rails/issues</a>

People watching this ticket

Attachments

Pages