aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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