aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
Commit message (Collapse)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
| | | | | Reapplies: a4bdc00fec623f72592e663e6d7830eea0bc6ea4 3c1dab72259d01c6335bf359d7f9b3af69d45bb4
* Revert "Modify the Rails::Application::Path object to allow for more concise ↵Pratik Naik2009-07-031-88/+4
| | | | | | | | path definition." This reverts commit 913bb2f4c2feb79dcbc9ed2c0fb1ef6d436f7d02. Reason : The server does not start
* Modify the Rails::Application::Path object to allow for more concise path ↵Yehuda Katz + Carl Lerche2009-07-021-4/+88
| | | | definition.
* 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