| Commit message (Expand) | Author | Age | Files | Lines |
* | implement respond_to_missing? to match method_missing | David Feldman | 2016-07-05 | 1 | -0/+4 |
* | Initialize the configuration with a value | Rafael Mendonça França | 2016-06-22 | 1 | -1/+2 |
* | Add option to enable dependency loading in production | Rafael Mendonça França | 2016-06-22 | 1 | -1/+1 |
* | Fix rails/info routes for apps with globbing route | Nicholas Firth-McCoy | 2016-06-20 | 1 | -1/+4 |
* | `behaviour` --> `behavior` | Jon Moss | 2016-05-27 | 1 | -1/+1 |
* | Merge pull request #24490 from prathamesh-sonpatki/add-config-to-deprecation-... | Santiago Pastorino | 2016-04-11 | 1 | -3/+3 |
|\ |
|
| * | Add `config` to the deprecation warnings of deprecated config options | Prathamesh Sonpatki | 2016-04-10 | 1 | -3/+3 |
* | | revises fileutils dependencies in railties | Xavier Noria | 2016-04-11 | 1 | -3/+4 |
|/ |
|
* | Directly support stateful executor hooks | Matthew Draper | 2016-04-05 | 1 | -13/+26 |
* | Merge pull request #24332 from blackchestnut/doc/deprecation_warn | Santiago Pastorino | 2016-04-04 | 1 | -2/+2 |
|\ |
|
| * | Added 'config.' to deprecation warning | Alexander Kalinichev | 2016-03-26 | 1 | -2/+2 |
* | | Publish AS::Executor and AS::Reloader APIs | Matthew Draper | 2016-03-02 | 2 | -32/+63 |
* | | Add `internal` attribute to routes | Jon Moss | 2016-02-22 | 1 | -4/+4 |
|/ |
|
* | Always obtain the lock and do the unload | Matthew Draper | 2016-02-02 | 1 | -1/+1 |
* | Flexible configuration for ActionDispatch::SSL | Tim Rogers | 2015-12-29 | 1 | -1/+1 |
* | let config.file_watcher be the way to enable the evented file watcher | Xavier Noria | 2015-12-13 | 1 | -17/+12 |
* | Make debug_exception_response_format config depends on api_only when is not set | Jorge Bejar | 2015-12-09 | 1 | -2/+12 |
* | debug_exception_response_format needs to be writeable in Configuration | Jorge Bejar | 2015-12-09 | 1 | -2/+2 |
* | DebugException initialize with a response_format value | Jorge Bejar | 2015-12-09 | 1 | -1/+1 |
* | Add debug_exception_response_format config to configure DebugException | Jorge Bejar | 2015-12-09 | 1 | -30/+31 |
* | Response when error should be formatted properly in Rails API if local request | Jorge Bejar | 2015-12-09 | 1 | -1/+1 |
* | Disable FileEventedUpdateChecker for now | Rafael Mendonça França | 2015-12-04 | 1 | -5/+1 |
* | Make the `static_index` config part of the `config.public_server` config | Yuki Nishijima | 2015-11-16 | 2 | -3/+3 |
* | encapsulates the logic to choose the file monitor in app config | Xavier Noria | 2015-11-10 | 1 | -1/+9 |
* | implements an evented file update checker [Puneet Agarwal] | Xavier Noria | 2015-11-08 | 1 | -1/+1 |
* | Fix `static_cache_control` deprecation warning | Jon Atack | 2015-11-05 | 1 | -3/+6 |
* | Add enabled flag to the public file server. | Kasper Timm Hansen | 2015-11-03 | 2 | -3/+24 |
* | Merge pull request #19135 from yuki24/access-control-support | Jeremy Daer | 2015-10-13 | 2 | -4/+15 |
|\ |
|
| * | Add the ability of returning arbitrary headers to ActionDispatch::Static | Yuki Nishijima | 2015-06-13 | 2 | -4/+15 |
* | | Revert "removing Rack::Runtime from the default stack." | Aaron Patterson | 2015-10-03 | 2 | -1/+2 |
* | | removing Rack::Runtime from the default stack. | Aaron Patterson | 2015-10-02 | 2 | -2/+1 |
* | | Stop modifying global variables | eileencodes | 2015-09-29 | 1 | -1/+0 |
* | | mostly remove the ParamsParser middleware | Aaron Patterson | 2015-09-18 | 1 | -1/+0 |
* | | Fix deprecation warning in tests | eileencodes | 2015-08-08 | 1 | -1/+1 |
* | | We need stricter locking before we can unload | Matthew Draper | 2015-07-20 | 1 | -1/+1 |
* | | Rely on the load interlock for non-caching reloads, too | Matthew Draper | 2015-07-09 | 2 | -17/+11 |
* | | Soften the lock requirements when eager_load is disabled | Matthew Draper | 2015-07-09 | 1 | -9/+29 |
|/ |
|
* | config.api_only = true implies config.generators.api_only = true | Santiago Pastorino | 2015-06-11 | 1 | -2/+7 |
* | Add config.api_only option to application and remove appropriate middleware w... | Santiago Pastorino | 2015-06-11 | 2 | -4/+5 |
* | Change the `index` arg of `ActionDispatch::Static#new` to a kwarg | Yuki Nishijima | 2015-06-11 | 1 | -1/+1 |
* | config.static_index configures directory index "index.html" filename | Eliot Sykes | 2015-05-28 | 2 | -3/+4 |
* | Revert "Don't unhook autoloading in production" | Aaron Patterson | 2015-02-16 | 1 | -0/+7 |
* | Remove config.assets | Joshua Peek | 2015-01-21 | 1 | -16/+1 |
* | Remove deprecated `serve_static_assets` configuration | Rafael Mendonça França | 2015-01-04 | 1 | -21/+0 |
* | Remove deprecation warning when log_level is not explicit set on production | Rafael Mendonça França | 2015-01-04 | 2 | -23/+1 |
* | Merge pull request #18100 from chancancode/serve_static_files | Godfrey Chan | 2014-12-19 | 2 | -3/+24 |
* | Pass symbol as an argument instead of a block | Erik Michaels-Ober | 2014-11-29 | 1 | -3/+1 |
* | Fix typo. | Guo Xiang Tan | 2014-11-17 | 1 | -1/+1 |
* | Deprecate different default for `log_level` in production | Godfrey Chan | 2014-11-17 | 2 | -2/+24 |
* | Revert "Merge pull request #16622 from matthewd/default-debug" | Godfrey Chan | 2014-11-17 | 1 | -1/+1 |