aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/load_error.rb
Commit message (Expand)AuthorAgeFilesLines
* Ruby 2.0 added LoadError#pathAndrew White2016-11-021-6/+8
* Fixed Load Error failures in 1.9.2-headRizwan Reza2010-06-071-0/+1
* Stop overriding LoadError.new to return a MissingSourceError (and sometimes n...Yehuda Katz2010-01-191-30/+16
* Temporary fix to get our LoadError monkey-patch working with newer JRuby. We ...Yehuda Katz2009-08-091-1/+2
* Convert LoadError extension modules to class reopensJeremy Kemper2009-03-211-9/+6
* fix test warningsJeremy Kemper2006-05-311-3/+3
* Fixed documentation for release (AS)David Heinemeier Hansson2005-07-061-5/+5
* Fixed that MissingSourceFile's wasn't properly detected in production mode #9...David Heinemeier Hansson2005-03-251-1/+5
* Improved error reporting especially around never shallowing exceptions. Debug...David Heinemeier Hansson2005-03-231-0/+34