aboutsummaryrefslogtreecommitdiffstats
path: root/railties/lib/rails/application
Commit message (Expand)AuthorAgeFilesLines
* 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
* 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
* Job consumer logs to Rails.logger by defaultJeremy Kemper2012-10-261-0/+1
* Only compile non-js/css under app/assets by defaultJoshua Peek2012-10-161-1/+1
* Merge branch 'master' into asset-path-helperJoshua Peek2012-10-154-17/+18
|\
| * Use Ruby 1.9 Hash syntax in railtiesRobin Dupret2012-10-144-13/+13
| * Test that a Rails.queue consumer is automatically started in productionJeremy Kemper2012-10-132-2/+3
| * Backpedal from class-oriented config.queue. Set an actual queue instance.Jeremy Kemper2012-10-122-3/+3
* | 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
* Fix build for Queue.Arun Agrawal2012-09-171-1/+1
* Move queue classes to ActiveSupportSantiago Pastorino2012-09-142-4/+5
* Action Mailer async flag is true by default using a Synchronous implSantiago Pastorino2012-09-111-1/+1