aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
Commit message (Expand)AuthorAgeFilesLines
* Fix the deprecation warning about `config.active_job.return_false_on_aborted_...Prathamesh Sonpatki2019-04-051-1/+1
* url -> URL where apt except inside actionpack/Sharang Dashputre2019-04-011-1/+1
* Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-291-1/+1
* Add default value `ActiveSupport::Deprecation.silenced` [ci skip]soartec-lab2019-03-251-1/+1
* Cleanup guide for configuring config.disable_sandbox and related changelog [c...Vipul A M2019-03-251-1/+1
* Merge pull request #35723 from sikachu/disable-sandbox-flagGuillermo Iguaran2019-03-241-0/+2
|\
| * Add config.disable_sandbox option to Rails consolePrem Sichanugrist2019-03-231-0/+2
* | Add default `config.action_view.raise_on_missing_translations` [ci skip]soartec-lab2019-03-241-1/+1
|/
* Revert "Revert "Remove `javascripts` and `javascript_engine` options for gene...Nicholas La Roux2019-03-201-2/+0
* Revert "Remove `javascripts` and `javascript_engine` options for generators"Nicholas La Roux2019-03-191-0/+2
* Merge pull request #34955 from bogdanvlviv/follow-up-33962Kasper Timm Hansen2019-03-111-0/+4
|\
| * Add `config.credentials.content_path` and `config.credentials.key_path` to th...bogdanvlviv2019-01-171-0/+4
* | Update links and code examples in the guides to use HTTPS where the host supp...Nathaniel Suchy2019-03-061-2/+2
* | Merge pull request #35034 from sponomarev/chore/ac-docs-worker-poolEileen M. Uchitelle2019-02-121-0/+3
|\ \
| * | Add Worker Pool section to Action Cable configuration docsSergey Ponomarev2019-02-011-0/+3
* | | Remove finalizer and configurationAaron Patterson2019-02-061-7/+0
* | | Fix a tiny typo [ci skip]Robin Dupret2019-01-261-1/+1
* | | document the possibility of app initializers running before gem initilizersbughit2019-01-251-0/+2
|/ /
* / Change `SQLite3Adapter` to always represent boolean values as integersRafael Mendonça França2019-01-171-23/+0
|/
* Add info about `config.action_mailer.delivery_job` to the guide [ci skip]bogdanvlviv2019-01-111-0/+3
* Send Active Storage jobs to dedicated queues by defaultGeorge Claghorn2019-01-041-0/+2
* Update the "Configuring Rails Applications" guide [ci skip]bogdanvlviv2019-01-041-2/+32
* Permit sending Active Storage purge and analysis jobs to separate queuesGeorge Claghorn2019-01-011-2/+9
* Document Action Mailbox configuration options [ci skip]George Claghorn2019-01-011-0/+23
* Mention tiff support in ActiveStorage guidesGannon McGibbon2018-12-311-1/+1
* Single nest config in configuration guidesSam Bostock2018-12-181-1/+1
* Improve deprecation message for enqueue returning falseRafael Mendonça França2018-12-051-0/+2
* Merge pull request #34455 from minimalweb/progressive_jpeg_inclusion_as_varia...Rafael França2018-11-231-1/+1
|\
| * Add progressive JPG to default variable content typesMaurice Kühlborn2018-11-211-1/+1
* | Change queueing to queuing in docs and comments [skip ci]jacobherrington2018-11-181-1/+1
|/
* Add support for UNLOGGED Postgresql tablesJacob Evelyn2018-11-131-0/+8
* Restore `encoding: utf8mb4` in database.ymlYasuo Honda2018-10-301-0/+1
* Remove `javascripts` and `javascript_engine` options for generatorsbogdanvlviv2018-10-221-2/+0
* Fix the LoggerSilence to work as described:Edouard CHIN2018-10-021-2/+1
* Deprecate the `LoggerSilence` constant:Edouard CHIN2018-10-021-2/+2
* Update MySQL server version and character set in Rails Guide [skip ci]Yasuo Honda2018-09-201-1/+2
* Configure Active Storage route prefixChris Bisnett2018-09-141-0/+8
* Add `:redis_cache_store` to `config.cache_store` options [ci skip]yuuji.yaginuma2018-09-141-1/+1
* Clarify docs of `config.filter_parameters` and `#filter_attributes`bogdanvlviv2018-09-121-1/+1
* use "minitest" consistentlyXavier Noria2018-09-111-1/+1
* Fix sqlite3 url config in "Configuring Rails Applications" guidebogdanvlviv2018-09-091-3/+3
* Merge pull request #33637 from eileencodes/ar-connection-management-refactoringEileen M. Uchitelle2018-08-301-4/+28
|\
| * Refactors Active Record connection managementEileen Uchitelle2018-08-301-4/+28
* | Add info about `config.action_dispatch.use_cookies_with_metadata` to "Configu...bogdanvlviv2018-08-301-0/+3
|/
* Merge pull request #33681 from minaslater/replace-white-and-blacklistAaron Patterson2018-08-231-2/+2
|\
| * [ci skip] corrects more grammar awkwardness, replacing denylist with restrict...Mina Slater2018-08-221-2/+2
| * [ci skip] fixes a few more grammar issues, changing a to an before the word a...Mina Slater2018-08-221-1/+1
| * [ci skip] fixes awkward grammarMina Slater2018-08-221-2/+2
| * [ci skip] change all instances of blacklist and whitelist to denylist and all...Mina Slater2018-08-211-2/+2
* | Add database configuration to disable advisory locks.Guo Xiang Tan2018-08-221-1/+10
|/