| Commit message (Expand) | Author | Age | Files | Lines |
* | Rails.logger should have level specified by config.log_level. | Max Shytikov | 2013-07-30 | 1 | -1/+2 |
* | Revert "Match Dev/Prod parity for Index Page" | Piotr Sarnacki | 2013-07-22 | 1 | -3/+1 |
* | Match Dev/Prod parity for Index Page | schneems | 2013-07-20 | 1 | -1/+3 |
* | Revert "Don't use Rack::Sendfile middleware if x_sendfile_header is not present" | Santiago Pastorino | 2013-07-15 | 1 | -3/+1 |
* | Removed deprecated threadsafe! | Paul Nikitochkin | 2013-07-03 | 1 | -10/+0 |
* | Remove deprecated `config.whiny_nils` | Vipul A M | 2013-07-02 | 1 | -3/+0 |
* | Creating a class to build the default middleware stack. | wangjohn | 2013-06-16 | 1 | -0/+101 |
* | `initialize_on_precompile` is not used anymore. | Terence Lee | 2013-06-13 | 1 | -1/+0 |
* | clearing autoloaded constants triggers routes reloading [Fixes #10685] | Xavier Noria | 2013-06-06 | 1 | -8/+27 |
* | Revert "make new rails apps log to STDOUT" | Steve Klabnik | 2013-03-15 | 1 | -1/+5 |
* | make new rails apps log to STDOUT | Terence Lee | 2013-03-15 | 1 | -5/+1 |
* | Bring config.allow_concurrency back | José Valim | 2013-03-03 | 1 | -1/+2 |
* | Remove hard coded references to Active Record in railties | José Valim | 2013-03-02 | 1 | -6/+7 |
* | Update railties/lib/rails/application/configuration.rb | iwiznia | 2013-02-21 | 1 | -3/+3 |
* | Update railties/lib/rails/application/configuration.rb | iwiznia | 2013-02-21 | 1 | -1/+1 |
* | standardize database_configuration to a hash | Terence Lee | 2013-02-21 | 1 | -2/+6 |
* | Don't unhook autoloading in production | Andrew White | 2013-02-19 | 1 | -7/+0 |
* | config.assets.enabled is now true by default | David Heinemeier Hansson | 2013-01-05 | 1 | -2/+2 |
* | Move background jobs to the 'jobs' branch until fully baked. Not shipping wit... | Jeremy Kemper | 2012-12-21 | 2 | -13/+1 |
* | Use Rails to Render Default Index Page | schneems | 2012-12-10 | 1 | -0/+1 |
* | Adding filter capability to ActionController logs | Fabrizio Regini | 2012-12-05 | 1 | -1/+2 |
* | Better Error handling when parsing database.yaml | Gaurish Sharma | 2012-11-20 | 1 | -0/+4 |
* | Rename secret_token_key to secret_key_base | Santiago Pastorino | 2012-11-03 | 1 | -2/+2 |
* | Use derived keys everywhere, http_authentication was missing it | Santiago Pastorino | 2012-11-03 | 1 | -6/+2 |
* | Sign cookies using key deriver | Santiago Pastorino | 2012-11-03 | 1 | -2/+8 |
* | Make caller attribute in deprecation methods optional | Alexey Gaziev | 2012-10-30 | 1 | -3/+2 |
* | Provide a call stack for deprecation warnings where needed. | Nikita Afanasenko | 2012-10-29 | 1 | -3/+4 |
* | Job consumer logs to Rails.logger by default | Jeremy Kemper | 2012-10-26 | 1 | -0/+1 |
* | Only compile non-js/css under app/assets by default | Joshua Peek | 2012-10-16 | 1 | -1/+1 |
* | Merge branch 'master' into asset-path-helper | Joshua Peek | 2012-10-15 | 4 | -17/+18 |
|\ |
|
| * | Use Ruby 1.9 Hash syntax in railties | Robin Dupret | 2012-10-14 | 4 | -13/+13 |
| * | Test that a Rails.queue consumer is automatically started in production | Jeremy Kemper | 2012-10-13 | 2 | -2/+3 |
| * | Backpedal from class-oriented config.queue. Set an actual queue instance. | Jeremy Kemper | 2012-10-12 | 2 | -3/+3 |
* | | Remove old asset_path from rails config | Joshua Peek | 2012-10-15 | 1 | -5/+1 |
|/ |
|
* | Assets cache shouldn't be shared between different environments | Guillermo Iguaran | 2012-09-28 | 1 | -1/+1 |
* | Remove highly uncommon `config.assets.manifest` option for moving the manifes... | Guillermo Iguaran | 2012-09-19 | 1 | -1/+0 |
* | Date.beginning_of_week thread local and beginning_of_week application config ... | gregolsen | 2012-09-18 | 1 | -1/+2 |
* | Fix build for Queue. | Arun Agrawal | 2012-09-17 | 1 | -1/+1 |
* | Move queue classes to ActiveSupport | Santiago Pastorino | 2012-09-14 | 2 | -4/+5 |
* | Action Mailer async flag is true by default using a Synchronous impl | Santiago Pastorino | 2012-09-11 | 1 | -1/+1 |
* | Raise more helpful error message on missing gem | Prem Sichanugrist | 2012-08-24 | 1 | -0/+7 |
* | Extract ActiveRecord::SessionStore from Rails | Prem Sichanugrist | 2012-08-24 | 1 | -2/+0 |
* | Fix failure on middleware/exceptions_test | José Valim | 2012-08-23 | 1 | -1/+1 |
* | Deprecate config.threadsafe! | José Valim | 2012-08-21 | 1 | -4/+3 |
* | Get rid of config.preload_frameworks in favor of config.eager_load_namespaces | José Valim | 2012-08-21 | 3 | -11/+3 |
* | Remove allow_concurrency as a flag | José Valim | 2012-08-21 | 1 | -3/+1 |
* | Allow users to choose when to eager_load the application or not. | José Valim | 2012-08-21 | 3 | -6/+19 |
* | removes usage of Object#in? from the code base (the method remains defined by... | Xavier Noria | 2012-08-06 | 1 | -1/+1 |
* | The use_schema_cache_dump configuration moved to ActiveRecord. | kennyj | 2012-08-02 | 1 | -2/+1 |
* | Remove RoutesInspector from railties, since it was moved to AP | Carlos Antonio da Silva | 2012-07-08 | 1 | -121/+0 |