aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
...
* Enable static asset server by defaultJoshua Peek2009-09-261-1/+6
* Initializer middleware helper needs to require actioncontrollerJoshua Peek2009-08-311-0/+1
* Add a .tmp pathYehuda Katz2009-08-091-1/+2
* Change generators configuration to have a hash style.José Valim2009-07-151-29/+16
* Allow nil and false to be given as configuration values and avoid creating un...José Valim2009-07-151-1/+1
* Allow namespaced configuration on generators.José Valim2009-07-151-21/+32
* Generators are configured on initialization if RAILS_ENV=generators.José Valim2009-07-081-19/+20
* Added config.generators with tests.José Valim2009-07-081-1/+48
* Reapply Rails::Application::Path tweaksYehuda Katz + Carl Lerche2009-07-061-27/+13
* Revert "Compact the way application paths are defined"Pratik Naik2009-07-031-13/+27
* Compact the way application paths are definedYehuda Katz + Carl Lerche2009-07-021-27/+13
* Add #concat to Rails::Application::PathCarl Lerche2009-06-301-1/+1
* Stop the initializer from blowing up when builtin_directories is emptyCarl Lerche2009-06-301-1/+1
* Starting to replace scattered path configuration settings with the path objectYehuda Katz + Carl Lerche2009-06-261-2/+31
* Try speeding up rails bootingYehuda Katz + Carl Lerche2009-06-251-1/+0
* Separate Rails module methods, the config object, and the initializer into se...Yehuda Katz + Carl Lerche2009-06-231-0/+239