Note that there are some explanatory texts on larger screens.

plurals
  1. POno such file to load -- active_support/core_ext (LoadError)
    primarykey
    data
    text
    <p>In my rails 2.3.8 app running in windows 7, getting the following error when attempting to start the server:</p> <pre><code>D:\app1&gt;ruby script/server C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `gem_original_require': no such file to load -- active_support/core_ext (LoadError) from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:36:in `require' from D:/app1/vendor/rails/activesupport/lib/active_support.rb:56 from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from D:/app1/vendor/rails/railties/lib/commands/server.rb:1 from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `gem_original_require' from C:/Ruby/lib/ruby/site_ruby/1.8/rubygems/custom_require.rb:31:in `require' from script/server:3 </code></pre> <p>In the custom require file block below... line 36 is "gem_original_require path"</p> <pre><code> def require(path) # :doc: gem_original_require path rescue LoadError =&gt; load_error if load_error.message =~ /#{Regexp.escape path}\z/ and spec = Gem.searcher.find(path) then Gem.activate(spec.name, "= #{spec.version}") gem_original_require path else raise load_error end end </code></pre> <p>gem list as follows:</p> <pre><code>actionmailer (2.3.8) actionpack (2.3.8) activerecord (2.3.8) activeresource (2.3.8) activesupport (2.3.8) builder (3.0.0) calendar_date_select (1.16.1) cgi_multipart_eof_fix (2.5.0) gem_plugin (0.2.3) google4r-checkout (1.0.6.1) i18n (0.5.0) liquid (2.2.2) money (3.5.5) mongrel (1.1.5 x86-mingw32) mysql (2.8.1 x86-mingw32) rack (1.1.0) rails (2.3.8) rake (0.8.7) rmagick (2.12.0 mswin32) </code></pre> <p>Looked around with portions of the error, but I'm not quite sure where to start.</p>
    singulars
    1. This table or related slice is empty.
    plurals
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
    1. This table or related slice is empty.
 

Querying!

 
Guidance

SQuiL has stopped working due to an internal error.

If you are curious you may find further information in the browser console, which is accessible through the devtools (F12).

Reload