| Commit message (Expand) | Author | Age | Files | Lines |
* | Reload I18n locales in development | Kir Shatrov | 2015-08-10 | 1 | -0/+13 |
* | Remove use of mocha in the railties path tests | Roque Pinel | 2015-05-18 | 1 | -59/+88 |
* | Stop requiring mocha automatically | Rafael Mendonça França | 2014-07-19 | 1 | -0/+1 |
* | Fix some failing tests for Rails::Paths | Robin Dupret | 2013-11-01 | 1 | -1/+1 |
* | Fix typos: the indefinite articles(a -> an) | SUGINO Yasuhiro | 2013-09-13 | 1 | -1/+1 |
* | Revert "Deprecate the `eager_load_paths` configuration" | Andrew White | 2013-02-19 | 1 | -24/+32 |
* | Deprecate the `eager_load_paths` configuration | Andrew White | 2013-01-24 | 1 | -32/+24 |
* | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 1 | -14/+14 |
* | Fix failing test related to persist glob when replacing a path | Carlos Antonio da Silva | 2012-07-01 | 1 | -1/+1 |
* | Merge pull request #6910 from mulder/fix_path_glob | José Valim | 2012-07-01 | 1 | -0/+7 |
|\ |
|
| * | Persist glob when replacing a path | Nicholas Mulder | 2012-06-30 | 1 | -0/+7 |
* | | Revert "Allow loading external route files from the router" | José Valim | 2012-06-29 | 1 | -2/+0 |
|/ |
|
* | Fixes build 4008.1 | Waseem Ahmad | 2012-05-25 | 1 | -2/+2 |
* | Allow loading external route files from the router | Jose and Yehuda | 2012-04-25 | 1 | -0/+2 |
* | Drop Paths::Root initializer check of #path as it isn't checked in the #path=... | Ben Woosley | 2012-03-29 | 1 | -4/+0 |
* | favor composition over inheritance | Aaron Patterson | 2012-03-26 | 1 | -1/+1 |
* | Removing Deprecated Path API tests | Guillermo Iguaran | 2011-05-24 | 1 | -53/+0 |
* | Provide a cleaner syntax for paths configuration that does not rely on method... | José Valim | 2010-10-06 | 1 | -119/+149 |
* | Add skip_eager_load!, skip_autoload! and friends to path objects. | José Valim | 2010-07-17 | 1 | -2/+22 |
* | A few changes were done in this commit: | José Valim | 2010-06-28 | 1 | -28/+28 |
* | Solve some pendencies. | José Valim | 2010-01-24 | 1 | -0/+1 |
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -6/+6 |
* | First steps into making Plugin < Engine. | José Valim | 2010-01-23 | 1 | -0/+7 |
* | Got tests working once again. | José Valim | 2010-01-22 | 1 | -6/+1 |
* | Update routes.rb template to use App name | Joshua Peek | 2009-12-21 | 1 | -2/+1 |
* | Make rails configuration's path object's root lazy | Yehuda Katz + Carl Lerche | 2009-10-14 | 1 | -0/+21 |
* | Reapply Rails::Application::Path tweaks | Yehuda Katz + Carl Lerche | 2009-07-06 | 1 | -4/+88 |
* | Revert "Modify the Rails::Application::Path object to allow for more concise ... | Pratik Naik | 2009-07-03 | 1 | -88/+4 |
* | Modify the Rails::Application::Path object to allow for more concise path def... | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -4/+88 |
* | Add #concat to Rails::Application::Path | Carl Lerche | 2009-06-30 | 1 | -0/+7 |
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -4/+17 |
* | Finished a first stab at the Rails application path object. | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -64/+40 |
* | Update paths to support an explicit root and multiple paths per category | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -29/+91 |
* | Simple initial Paths impl | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -0/+68 |