aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* Fix typo.Guo Xiang Tan2014-11-171-1/+1
* Deprecate different default for `log_level` in productionGodfrey Chan2014-11-172-2/+24
* Revert "Merge pull request #16622 from matthewd/default-debug"Godfrey Chan2014-11-171-1/+1
* inject Rack::Lock if config.eager_load is falseXavier Noria2014-09-181-1/+5
* Tell the user which file is missing when config/database.yml was not foundAkira Matsuda2014-09-101-3/+4
* world writable might be a bit too open...Peter Schröder2014-09-051-1/+2
* 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
* Add configuration to enable mail previewsLeonard Garvey2014-07-011-2/+0
* 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
* Revert "Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665."Guillermo Iguaran2014-02-211-5/+1
* Enhance errors while retrieving database configschneems2014-01-291-0/+2
* Only lookup `config.log_level` for stdlib `::Logger`. Closes #11665.Yves Senn2014-01-131-1/+5
* Ensure Active Record connection consistencyschneems2014-01-091-5/+11
* Add mailer previews feature based on mail_view gemAndrew White2013-12-171-0/+2
* 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
* Merge pull request #12365 from jbaudanza/reorderGuillermo Iguaran2013-12-011-5/+5
|\
| * Move Rack::Cache after AD::Static in the stackJonathan Baudanza2013-09-251-5/+5
* | clean up some warnings on trunk rubyAaron Patterson2013-10-311-1/+1
|/
* Rails.logger should have level specified by config.log_level. Max Shytikov2013-07-301-1/+2
* Revert "Match Dev/Prod parity for Index Page"Piotr Sarnacki2013-07-221-3/+1
* Match Dev/Prod parity for Index Pageschneems2013-07-201-1/+3
* Revert "Don't use Rack::Sendfile middleware if x_sendfile_header is not present"Santiago Pastorino2013-07-151-3/+1
* Removed deprecated threadsafe!Paul Nikitochkin2013-07-031-10/+0
* Remove deprecated `config.whiny_nils`Vipul A M2013-07-021-3/+0
* Creating a class to build the default middleware stack.wangjohn2013-06-161-0/+101
* `initialize_on_precompile` is not used anymore.Terence Lee2013-06-131-1/+0
* clearing autoloaded constants triggers routes reloading [Fixes #10685]Xavier Noria2013-06-061-8/+27
* Revert "make new rails apps log to STDOUT"Steve Klabnik2013-03-151-1/+5
* make new rails apps log to STDOUTTerence Lee2013-03-151-5/+1
* 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
* Don't unhook autoloading in productionAndrew White2013-02-191-7/+0
* 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-212-13/+1
* Use Rails to Render Default Index Pageschneems2012-12-101-0/+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