Commit message (Collapse) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
* | Generators are configured on initialization if RAILS_ENV=generators. | José Valim | 2009-07-08 | 1 | -19/+20 | |
| | ||||||
* | Added config.generators with tests. | José Valim | 2009-07-08 | 1 | -1/+48 | |
| | ||||||
* | Reapply Rails::Application::Path tweaks | Yehuda Katz + Carl Lerche | 2009-07-06 | 1 | -27/+13 | |
| | | | | | Reapplies: a4bdc00fec623f72592e663e6d7830eea0bc6ea4 3c1dab72259d01c6335bf359d7f9b3af69d45bb4 | |||||
* | Revert "Compact the way application paths are defined" | Pratik Naik | 2009-07-03 | 1 | -13/+27 | |
| | | | | | | This reverts commit 940aad225af0b963f435a0bf015daece2218d502. Reason : The server does not start | |||||
* | Compact the way application paths are defined | Yehuda Katz + Carl Lerche | 2009-07-02 | 1 | -27/+13 | |
| | ||||||
* | Add #concat to Rails::Application::Path | Carl Lerche | 2009-06-30 | 1 | -1/+1 | |
| | ||||||
* | Stop the initializer from blowing up when builtin_directories is empty | Carl Lerche | 2009-06-30 | 1 | -1/+1 | |
| | ||||||
* | Starting to replace scattered path configuration settings with the path object | Yehuda Katz + Carl Lerche | 2009-06-26 | 1 | -2/+31 | |
| | ||||||
* | Try speeding up rails booting | Yehuda Katz + Carl Lerche | 2009-06-25 | 1 | -1/+0 | |
| | ||||||
* | Separate Rails module methods, the config object, and the initializer into ↵ | Yehuda Katz + Carl Lerche | 2009-06-23 | 1 | -0/+239 | |
separate files. |