aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/lib/active_support/core_ext/load_error.rb
Commit message (Expand)AuthorAgeFilesLines
* Add `Style/RedundantFreeze` to remove redudant `.freeze`Yasuo Honda2018-09-291-1/+1
* Fix #29632 - nil #path leads to NoMethodError in LoadError#is_missing?Neil Souza2018-05-041-1/+1
* Remove unused `LoadError::REGEXPS` constantyuuji.yaginuma2017-08-041-7/+0
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-111-0/+1
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-091-0/+1
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-021-1/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-011-0/+1
* All currently supported rubies already have LoadError#pathAkira Matsuda2017-01-171-12/+0
* Remove unnecessary require statementsJon Moss2017-01-031-3/+0
* Remove deprecated constant MissingSourceFIleAndrew White2016-11-141-2/+0
* Prevent circular require of proxy_wrappers.rb, Fixes #26430Wolfgang Teuber2016-09-211-0/+1
* 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