aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-14/+14
* 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
* Raise when using a bad symlinkschneems2017-03-141-0/+20
* improve error message when include assertions failMichael Grosser2016-09-161-12/+12
* Add three new rubocop rulesRafael Mendonça França2016-08-161-2/+2
* applies new string literal convention in railties/testXavier Noria2016-08-061-3/+3
* Reload I18n locales in developmentKir Shatrov2015-08-101-0/+13
* Remove use of mocha in the railties path testsRoque Pinel2015-05-181-59/+88
* Stop requiring mocha automaticallyRafael Mendonça França2014-07-191-0/+1
* Fix some failing tests for Rails::PathsRobin Dupret2013-11-011-1/+1
* Fix typos: the indefinite articles(a -> an)SUGINO Yasuhiro2013-09-131-1/+1
* Revert "Deprecate the `eager_load_paths` configuration"Andrew White2013-02-191-24/+32
* Deprecate the `eager_load_paths` configurationAndrew White2013-01-241-32/+24
* Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-14/+14
* Fix failing test related to persist glob when replacing a pathCarlos Antonio da Silva2012-07-011-1/+1
* Merge pull request #6910 from mulder/fix_path_globJosé Valim2012-07-011-0/+7
|\
| * Persist glob when replacing a pathNicholas Mulder2012-06-301-0/+7
* | Revert "Allow loading external route files from the router"José Valim2012-06-291-2/+0
|/
* Fixes build 4008.1Waseem Ahmad2012-05-251-2/+2
* Allow loading external route files from the routerJose and Yehuda2012-04-251-0/+2
* Drop Paths::Root initializer check of #path as it isn't checked in the #path=...Ben Woosley2012-03-291-4/+0
* favor composition over inheritanceAaron Patterson2012-03-261-1/+1
* Removing Deprecated Path API testsGuillermo Iguaran2011-05-241-53/+0
* Provide a cleaner syntax for paths configuration that does not rely on method...José Valim2010-10-061-119/+149
* Add skip_eager_load!, skip_autoload! and friends to path objects.José Valim2010-07-171-2/+22
* A few changes were done in this commit:José Valim2010-06-281-28/+28
* Solve some pendencies.José Valim2010-01-241-0/+1
* Move configuration to subfolders.José Valim2010-01-231-6/+6
* First steps into making Plugin < Engine.José Valim2010-01-231-0/+7
* Got tests working once again.José Valim2010-01-221-6/+1
* Update routes.rb template to use App nameJoshua Peek2009-12-211-2/+1
* Make rails configuration's path object's root lazyYehuda Katz + Carl Lerche2009-10-141-0/+21
* Reapply Rails::Application::Path tweaksYehuda Katz + Carl Lerche2009-07-061-4/+88
* Revert "Modify the Rails::Application::Path object to allow for more concise ...Pratik Naik2009-07-031-88/+4
* Modify the Rails::Application::Path object to allow for more concise path def...Yehuda Katz + Carl Lerche2009-07-021-4/+88
* Add #concat to Rails::Application::PathCarl Lerche2009-06-301-0/+7
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-261-4/+17
* Finished a first stab at the Rails application path object.Yehuda Katz + Carl Lerche2009-06-261-64/+40
* Update paths to support an explicit root and multiple paths per categoryYehuda Katz + Carl Lerche2009-06-261-29/+91
* Simple initial Paths implYehuda Katz + Carl Lerche2009-06-261-0/+68