aboutsummaryrefslogtreecommitdiffstats
path: root/railties/test/application/configuration_test.rb
Commit message (Expand)AuthorAgeFilesLines
* 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
* Use assert_predicate and assert_not_predicateDaniel Colson2018-01-251-1/+1
* Change refute to assert_notDaniel Colson2018-01-251-1/+1
* Use respond_to test helpersDaniel Colson2018-01-251-1/+1
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-6/+14
* Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-071-3/+27
* Add test case that configure `config.active_support.hash_digest_class`yuuji.yaginuma2017-12-201-0/+18
* Raise an error only when `require_master_key` is specifiedyuuji.yaginuma2017-12-181-0/+8
* Log call site for all queriesOlivier Lacan2017-12-131-4/+10
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+62
* Deprecate secret_token, long since usurped by secret_key_base.Kasper Timm Hansen2017-09-281-0/+26
* Add credentials using a generic EncryptedConfiguration class (#30067)David Heinemeier Hansson2017-09-111-50/+32
* Preload Rails component gems in railties testsMatthew Draper2017-09-041-0/+1
* Remove needless `silence_warnings`yuuji.yaginuma2017-09-011-4/+1
* Fix RuboCop offensesKoichi ITO2017-08-161-2/+2
* Add test case to make sure Parameters configuration are executed onceRafael Mendonça França2017-08-151-0/+10
* Adding frozen_string_literal pragma to Railties.Pat Allan2017-08-141-0/+2
* Merge pull request #29559 from kirs/eager-load-controller-actionsRafael França2017-08-111-0/+60
|\
| * Eager load controller and mailer actionsKir Shatrov2017-07-291-0/+60
* | Check for `app.secrets.secret_key_base`, not `app.config.secret_key_base`George Claghorn2017-08-051-3/+1
* | Generating the app is where the exception is now raisedDavid Heinemeier Hansson2017-08-031-1/+1
|/
* Rename helper to force_lazy_load_hooks.Kasper Timm Hansen2017-07-171-14/+14
* add helper method for explicit lazy loadyuuji.yaginuma2017-07-161-13/+18
* Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-0/+18
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+28
* Protect from forgery by defaultLisa Ugray2017-07-101-0/+7
* Merge pull request #29677 from eugeneius/parameters_configuration_testsRafael Mendonça França2017-07-051-0/+36
|\
| * Fix Parameters configuration integration testsEugene Kenny2017-07-041-0/+41
* | Force ActionController::Base lazy laod hooks to runRafael Mendonça França2017-07-051-0/+12
|/
* Remove redundant `assert_respond_to`Ryuta Kamizono2017-07-031-3/+0