aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* config.static_index configures directory index "index.html" filenameEliot Sykes2015-05-281-2/+3
* Remove config.assetsJoshua Peek2015-01-211-16/+1
* Remove deprecated `serve_static_assets` configurationRafael Mendonça França2015-01-041-21/+0
* Remove deprecation warning when log_level is not explicit set on productionRafael Mendonça França2015-01-041-10/+1
* Merge pull request #18100 from chancancode/serve_static_filesGodfrey Chan2014-12-191-2/+23
* Deprecate different default for `log_level` in productionGodfrey Chan2014-11-171-2/+11
* Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-171-1/+1
* Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-3/+4
* Don't fight against ourselves for the default log levelMatthew Draper2014-08-221-1/+1
* Fix setting simple values to the new config.xCarlos Antonio da Silva2014-08-191-4/+10
* Revert "Improve custom configuration"Rafael Mendonça França2014-08-191-1/+13
* Improve custom configurationRafael Mendonça França2014-08-191-13/+1
* Pull in the custom configuration concept from dhh/custom_configurationDavid Heinemeier Hansson2014-08-031-1/+13
* Use Rails::Paths::Path#existent in database_configurationPier-Olivier Thibault2014-05-071-1/+1
* Require yaml explicitlyAdrià Planas2014-03-291-0/+1
* Add config.annotations, in order to register new extensions for Rake notes at...robertomiranda2014-03-161-0/+4
* Enhance errors while retrieving database configschneems2014-01-291-0/+2
* Ensure Active Record connection consistencyschneems2014-01-091-5/+11
* Rename tokens.yml to secrets.ymlGuillermo Iguaran2013-12-121-1/+1
* Load secret_key_base from tokens.yml, fallback to config.secret_key_baseGuillermo Iguaran2013-12-121-0/+1
* clean up some warnings on trunk rubyAaron Patterson2013-10-311-1/+1
* Removed deprecated threadsafe!Paul Nikitochkin2013-07-031-10/+0
* Remove deprecated `config.whiny_nils`Vipul A M2013-07-021-3/+0
* `initialize_on_precompile` is not used anymore.Terence Lee2013-06-131-1/+0
* Bring config.allow_concurrency backJosé Valim2013-03-031-1/+2
* Remove hard coded references to Active Record in railtiesJosé Valim2013-03-021-6/+7
* Update railties/lib/rails/application/configuration.rbiwiznia2013-02-211-3/+3
* Update railties/lib/rails/application/configuration.rbiwiznia2013-02-211-1/+1
* standardize database_configuration to a hashTerence Lee2013-02-211-2/+6
* config.assets.enabled is now true by defaultDavid Heinemeier Hansson2013-01-051-2/+2
* Move background jobs to the 'jobs' branch until fully baked. Not shipping wit...Jeremy Kemper2012-12-211-4/+1
* Adding filter capability to ActionController logsFabrizio Regini2012-12-051-1/+2
* Better Error handling when parsing database.yamlGaurish Sharma2012-11-201-0/+4
* Rename secret_token_key to secret_key_baseSantiago Pastorino2012-11-031-2/+2
* Use derived keys everywhere, http_authentication was missing itSantiago Pastorino2012-11-031-6/+2
* Sign cookies using key deriverSantiago Pastorino2012-11-031-2/+8
* Make caller attribute in deprecation methods optionalAlexey Gaziev2012-10-301-3/+2
* Provide a call stack for deprecation warnings where needed.Nikita Afanasenko2012-10-291-3/+4
* Only compile non-js/css under app/assets by defaultJoshua Peek2012-10-161-1/+1
* Merge branch 'master' into asset-path-helperJoshua Peek2012-10-151-5/+5
|\
| * Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-141-3/+3
| * Test that a Rails.queue consumer is automatically started in productionJeremy Kemper2012-10-131-1/+1
| * Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-121-1/+1
* | Remove old asset_path from rails configJoshua Peek2012-10-151-5/+1
|/
* Assets cache shouldn't be shared between different environmentsGuillermo Iguaran2012-09-281-1/+1
* Remove highly uncommon `config.assets.manifest` option for moving the manifes...Guillermo Iguaran2012-09-191-1/+0
* Date.beginning_of_week thread local and beginning_of_week application config ...gregolsen2012-09-181-1/+2
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-141-2/+3
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-1/+1
* Raise more helpful error message on missing gemPrem Sichanugrist2012-08-241-0/+7