Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Provide a cleaner syntax for paths configuration that does not rely on ↵ | José Valim | 2010-10-06 | 1 | -49/+103 | |
| | | | | method_missing. | |||||
* | Add skip_eager_load!, skip_autoload! and friends to path objects. | José Valim | 2010-07-17 | 1 | -28/+12 | |
| | ||||||
* | A few changes were done in this commit: | José Valim | 2010-06-28 | 1 | -20/+31 | |
| | | | | | | * 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; | |||||
* | Remove app/views from the load paths [#4226 state:resolved] | José Valim | 2010-04-05 | 1 | -5/+17 | |
| | ||||||
* | Solve some pendencies. | José Valim | 2010-01-24 | 1 | -9/+14 | |
| | ||||||
* | Move configuration to subfolders. | José Valim | 2010-01-23 | 1 | -1/+1 | |
| | ||||||
* | First steps into making Plugin < Engine. | José Valim | 2010-01-23 | 1 | -1/+2 | |
| | ||||||
* | Got tests working once again. | José Valim | 2010-01-22 | 1 | -10/+8 | |
| | ||||||
* | Refactor plugins | Yehuda Katz + Carl Lerche | 2009-11-11 | 1 | -1/+5 | |
| | ||||||
* | Have Rails.root be based off of config.ru | Carl Lerche | 2009-10-14 | 1 | -1/+0 | |
| | ||||||
* | Make rails configuration's path object's root lazy | Yehuda Katz + Carl Lerche | 2009-10-14 | 1 | -4/+7 | |
| | ||||||
* | Reapply Rails::Application::Path tweaks | Yehuda Katz + Carl Lerche | 2009-07-06 | 1 | -15/+25 | |
| | | | | | Reapplies: a4bdc00fec623f72592e663e6d7830eea0bc6ea4 3c1dab72259d01c6335bf359d7f9b3af69d45bb4 | |||||
* | Revert "Modify the Rails::Application::Path object to allow for more concise ↵ | Pratik Naik | 2009-07-03 | 1 | -25/+15 | |
| | | | | | | | | 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 Lerche | 2009-07-02 | 1 | -15/+25 | |
| | | | | definition. | |||||
* | Add #concat to Rails::Application::Path | Carl Lerche | 2009-06-30 | 1 | -0/+4 | |
| | ||||||
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -4/+39 | |
| | ||||||
* | Finished a first stab at the Rails application path object. | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -0/+85 | |