aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/paths_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix `CustomCops/AssertNot` to allow it to have failure messageRyuta Kamizono2018-05-131-1/+1
* 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-3/+3
* Remove unused boot_rails method and it's usagePrathamesh Sonpatki2016-07-041-1/+0
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-5/+5
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-5/+5
* Revert "Add test to deprecation of Path#children"Carlos Antonio da Silva2012-12-191-6/+0
* Revert "Merge pull request #7587 from elia/fix-too-eager-loading"Rafael Mendonça França2012-12-181-3/+0
* Fix deprecation message in test for Path#childrenCarlos Antonio da Silva2012-10-291-1/+1
* Add test to deprecation of Path#childrenRafael Mendonça França2012-10-291-0/+6
* Merge pull request #7587 from elia/fix-too-eager-loadingRafael Mendonça França2012-10-291-0/+3
* Revert "Allow loading external route files from the router"José Valim2012-06-291-2/+0
* Allow loading external route files from the routerJose and Yehuda2012-04-251-0/+2
* Remove the dependent_restrict_raises configuration if activerecord isRafael Mendonça França2012-02-011-1/+0
* convert railties to use AS::TestCaseAaron Patterson2012-01-051-1/+1
* Rails::Plugin has goneSantiago Pastorino2012-01-031-1/+0
* assets.cache_store now defaults to filesystem. You will want to share tmp/ass...José Valim2011-07-121-1/+0
* Solve the RAILS_ENV problem in the railties tests in a more generic wayJon Leighton2011-06-061-0/+4
* Removing deprecated config.paths.app.controller APIGuillermo Iguaran2011-05-241-1/+1
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-14/+14
* Removing Metal from Rails 3. wycats2010-05-291-2/+0
* The rake task :environment now loads config/environment.rb instead of initial...José Valim2010-04-291-2/+3
* Remove app/views from the load paths [#4226 state:resolved]José Valim2010-04-051-0/+1
* Remove invalid builtin tests since we aren't adding that dir to theJoshua Peek2010-03-201-18/+0
* Add mailers to paths in case someone wants to access it directly and ensures ...José Valim2010-03-061-3/+4
* Change generated code to replace faulty commentCarlhuda2010-03-041-1/+1
* Fix Sam Ruby's tests and deprecation warningsCarlhuda2010-03-041-2/+2
* Refactor railties test, break huge files in smaller chunks and move initiali...José Valim2010-01-261-0/+99