aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/initializers/load_path_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* 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
* improve error message when include assertions failMichael Grosser2016-09-161-2/+2
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Allow Pathnames to be added to eager load pathsMike Pack2013-11-111-0/+14
* Calls to the application constant have been refactored to usewangjohn2013-06-101-3/+3
* initialize instead of assert to fix warningVipul A M2013-04-111-0/+1
* Fix some typosVipul A M2013-03-241-1/+1
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-1/+1
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-1/+1
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-3/+1
* load_path_test.rb is also dependent on RAILS_ENV=developmentJon Leighton2011-06-051-0/+6
* Clear DescendantsTracker on each request.José Valim2010-06-191-1/+1
* Add lib to load paths when application is inherited to be able to load lib co...José Valim2010-06-021-0/+17
* Add more tests to some key points in Railties.José Valim2010-01-281-2/+14
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-0/+62