aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/paths_test.rb
Commit message (Collapse)AuthorAgeFilesLines
* Provide a cleaner syntax for paths configuration that does not rely on ↵José Valim2010-10-061-119/+149
| | | | method_missing.
* 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
| | | | | | * Added :autoload to engines path API and redefine usage to be in sync with 6f83a5036d8a9c3f8ed7; * Do not autoload code in *lib* for applications (now you need to explicitly require them). This makes an application behave closer to an engine (code in lib is still autoloaded for plugins); * Always autoload code in app/ for engines and plugins. This makes engines behave closer to an application and should allow us to get rid of the unloadable hack required when controllers inside engines inherit from ApplicationController;
* 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