aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* Replace 'RAILS_ROOT' to 'Rails.root' and 'RAILS_ENV' to 'Rails.env' in signif...Anil Wadghule2010-04-121-1/+1
* Fix a bug in ActionDispatch::Static where Rails cannot find assets if started...José Valim2010-04-081-1/+1
* Alleviate the pain in working with utf8 templates by setting a default encoding.José Valim2010-04-071-7/+15
* Rename config.cookie_secret to config.secret_token and pass it as configurati...José Valim2010-04-051-2/+3
* Raise exceptions instead of rendering error templates in test environment [#4...Rolf Bjaanes2010-04-021-1/+1
* Move application configuration to the application configuration object, remov...José Valim2010-03-261-2/+53
* Move railties/builtin into libJoshua Peek2010-03-201-2/+2
* Move middlewares to the Application level. If you want to modify the middlewa...Carlhuda2010-03-081-0/+4
* Have log subscribers subscribe to the actual events, so the subscriber doesn'...Carlhuda2010-03-021-2/+11
* Deprecate AC configuration values which were moved to Rack.José Valim2010-02-011-2/+4
* Add reloadable specific for engines and move environment to application paths.José Valim2010-01-281-5/+4
* Move configuration to subfolders.José Valim2010-01-231-0/+85