aboutsummaryrefslogtreecommitdiffstats
path: root/activesupport/test/autoloading_fixtures
Commit message (Expand)AuthorAgeFilesLines
* Fix safe_constantize to not raise a LoadError.Keenan Brock2019-01-091-0/+4
* Improve the logic that detects non-autoloaded constantsJan Habermann2018-10-282-0/+13
* [Active Support] `rubocop -a --only Layout/EmptyLineAfterMagicComment`Koichi ITO2017-07-1132-0/+32
* Use frozen-string-literal in ActiveSupportKir Shatrov2017-07-0932-0/+32
* Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"Matthew Draper2017-07-0232-32/+0
* Enforce frozen string in RubocopKir Shatrov2017-07-0132-0/+32
* Correct spellingBenjamin Fleischer2017-02-051-1/+1
* Fix constantize edge case involving prepend, autoloading and name conflictsJean Boussier2016-12-142-0/+10
* normalizes indentation and whitespace across the projectXavier Noria2016-08-0612-12/+9
* applies new string literal convention in activesupport/testXavier Noria2016-08-063-3/+3
* Prevent void context warningsAndrew White2016-04-032-2/+2
* tests the raising/throwing discards the watching stackXavier Noria2016-03-162-0/+2
* adds coverage for raising while autoloadingXavier Noria2016-03-161-0/+3
* adds coverage for throwing while autoloadingXavier Noria2016-03-151-0/+3
* Avoid E constant clashing with Minitest defined version.Kasper Timm Hansen2015-05-225-4/+6
* fixes circularity check in dependenciesXavier Noria2014-10-251-0/+2
* Ensure all-caps nested consts marked as autoloadedSimon Coffey2013-08-271-0/+4
* dependencies no longer trigger Kernel#autoload in remove_const [fixes #8213]Xavier Noria2012-11-151-0/+1
* detect circular constant autoloadingXavier Noria2012-08-282-0/+10
* Fix ActiveSupport tests that depend on run orderFrancesco Rodriguez2012-08-231-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-1/+1
* This is for making sure const_missing is triggered without warningsSantiago Pastorino2010-07-261-1/+2
* Fix a bug where requires inside of autoloads were being added to the autoload...wycats2010-07-263-0/+12
* Checkin failing test case related to load once pathsNicholas Seckar2006-12-241-0/+2
* Test autoloading nested subclass of parent.Jeremy Kemper2006-11-162-0/+4
* Fix warning and incorrect test triggerNicholas Seckar2006-11-061-1/+1
* Failing test for autoloading shadowed exceptions.Jeremy Kemper2006-11-062-0/+6
* Update dependencies to allow constants to be defined alongside their siblings.Nicholas Seckar2006-11-012-0/+5
* Add forgotten fileNicholas Seckar2006-09-031-0/+1
* Dependencies can autoload directories of nested classes.Jeremy Kemper2006-08-165-2/+14
* Add forgotten files; Fix double loading errors.Nicholas Seckar2006-08-082-0/+6
* New dependencies implementationNicholas Seckar2006-08-081-0/+1
* Dependencies cleanup. Fixes #4221.Nicholas Seckar2006-03-272-0/+4
* added some (pointless) test cases to dependency loading, the more the merrierTobias Lütke2006-02-041-0/+2
* Added reusable reloading support through the inclusion of the Relodable modul...David Heinemeier Hansson2006-01-293-0/+6