aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application/configuration.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Extract ActiveRecord::SessionStore from RailsPrem Sichanugrist2012-08-241-2/+0
* Deprecate config.threadsafe!José Valim2012-08-211-4/+3
* Get rid of config.preload_frameworks in favor of config.eager_load_namespacesJosé Valim2012-08-211-2/+1
* Remove allow_concurrency as a flagJosé Valim2012-08-211-3/+1
* Allow users to choose when to eager_load the application or not.José Valim2012-08-211-3/+3
* removes usage of Object#in? from the code base (the method remains defined by...Xavier Noria2012-08-061-1/+1
* The use_schema_cache_dump configuration moved to ActiveRecord.kennyj2012-08-021-2/+1
* Allow configuring a different queue consumerCarlos Antonio da Silva2012-05-041-3/+5
* Use Rails::Queueing::Queue instead of Queue so people can build their own con...José Valim2012-04-281-1/+1
* Initial queue implementationYehuda Katz2012-04-261-1/+2
* use File.binread to pull in the schema cacheAaron Patterson2012-04-031-1/+1
* allow people to specify custom formatters, use the default formatter in produ...Aaron Patterson2012-03-121-1/+2
* Load db/schema_cache.dump duaring boot time.kennyj2012-03-011-1/+2
* uses PATCH for the forms of persisted records, and routes PATCH and PUT to th...Xavier Noria2012-02-241-2/+1