aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/load_error.rb
Commit message (Expand)AuthorAgeFilesLines
* applies new string literal convention in activesupport/libXavier Noria2016-08-061-3/+3
* Freeze string literals when not mutated.schneems2015-07-191-1/+1
* Deprecate `MissingSourceFile` in favor of `LoadError`.Rafael Mendonça França2015-01-021-1/+3
* Correct docs as singlton true is not returned hereSteven Harman2014-04-111-1/+1
* Document LoadError core extensionsSteven Harman2014-04-111-1/+4
* fix method redefined warning in Ruby2.0Mitsutaka Mimura2012-06-121-5/+7
* 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