aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* Make `ActionDispatch::Response#content_type` behavior configurableyuuji.yaginuma2019-06-211-0/+27
* Extract default log file open operation to methodyuuji.yaginuma2019-06-051-0/+7
* new config to opt-out from adding app directories to $LOAD_PATHXavier Noria2019-04-281-0/+28
* Revert "Include Caching module for ActionController::API"Rafael França2019-04-221-13/+0
* Make sure api controllers can perform caching as wellst00122019-04-191-0/+13
* Squash warning: possibly useless use of a constantutilum2019-04-161-2/+2
* deprecates autoloading constants during initialization [closes #35745]Xavier Noria2019-04-141-0/+55
* Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-0/+16
* Make application work without tmp directoryyuuji.yaginuma2019-03-141-0/+3
* Merge tag 'v6.0.0.beta3'eileencodes2019-03-131-1/+21
|\
| * Fix possible dev mode RCEAaron Patterson2019-03-101-1/+21
* | Allow autoloader inflectors to be swaped outJean Boussier2019-03-081-0/+4
|/
* Replace autoloader accessors with Rails.autoloaders.{main,once}Xavier Noria2019-02-141-10/+17
* Fix the `config_for` to always return a NonSymbolAccessDeprecatedHash:Edouard CHIN2019-02-141-0/+22
* Zeitwerk integrationXavier Noria2019-02-121-0/+21
* Fix assertion excpected/actual orderUfuk Kayserilioglu2019-02-111-6/+6
* Allow deprecated non-symbol access to nested `config_for` hashesUfuk Kayserilioglu2019-02-111-1/+102
* Deprecate finalizer configuration (it doesn't do anything)Aaron Patterson2019-02-061-0/+21
* Remove finalizer and configurationAaron Patterson2019-02-061-17/+0
* Cleanup the whitelisting references after #33145Genadi Samokovarov2019-02-031-1/+1
* Subdomains of localhost are safe against DNS rebindingMarc Schütz2019-01-231-0/+5
* Remove deprecated `config.secret_token`Rafael Mendonça França2019-01-171-82/+0
* Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-19/+11
* Move MailDeliveryJob default to 6.0 defaultsGannon McGibbon2019-01-071-0/+27
* Test Action Mailbox configurationsbogdanvlviv2019-01-041-0/+71
* Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-0/+28
* Merge pull request #33985 from eugeneius/attribute_methods_schema_cacheKasper Timm Hansen2019-01-031-1/+63
|\
| * Only define attribute methods from schema cacheEugene Kenny2018-09-281-1/+63
* | Enable `Style/RedundantBegin` cop to avoid newly adding redundant begin blockRyuta Kamizono2018-12-211-7/+5
* | Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+27
* | Merge pull request #33882 from mberlanda/mberlanda/as-inheritable-options-int...Rafael França2018-11-301-26/+54
|\ \
| * | chore: implement config_for as ActiveSupport::OrderedOptionsMauro Berlanda2018-10-191-26/+54
| |/
* | Remove asset paths from eager_load_paths and autoload_pathsGannon McGibbon2018-11-091-0/+8
* | Implement AR#inspect using ParamterFilter.Yoshiyuki Kinjo2018-10-191-1/+1
|/
* Eagerly define attribute methods in productionEugene Kenny2018-09-241-0/+47
* Switch to supports_cache_versioning? check to a class methodschneems2018-09-201-1/+1
* [close #33907] Error when using "recyclable" cache keys with a store that doe...schneems2018-09-201-0/+12
* Add test for `config.active_storage.routes_prefix`yuuji.yaginuma2018-09-151-0/+18
* Build string set when `filter_attributes` is assignedbogdanvlviv2018-09-121-1/+2
* refacto: config_for with ActiveSupport::InheritableOptions and symbolized keysMauro Berlanda2018-09-111-2/+49
* Configuration item `config.filter_parameters` could also filter out sensitive...Zhang Kang2018-09-071-0/+9
* Add test case that configure `config.action_view.finalize_compiled_template_m...yuuji.yaginuma2018-05-201-0/+17
* Fix typo on method nameAlberto Almagro2018-04-201-1/+1
* Replace `assert !` with `assert_not`Daniel Colson2018-04-191-1/+1
* Merge pull request #32065 from sikachu/move-SourceAnnotationExtractor-under-r...Kasper Timm Hansen2018-04-021-1/+1
|\
| * Move SourceAnnotationExtractor under Rails modulePrem Sichanugrist2018-03-221-1/+1
* | Deriving `secret_key_base` breaks `key_generator` defined in 5.1.Yoshiyuki Kinjo2018-03-311-0/+1
|/
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-5/+31
* Fix custome serializer settingYuji Yaginuma2018-02-161-0/+12
* Remove extra whitespaceDaniel Colson2018-01-251-5/+5