aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
Commit message (Expand)AuthorAgeFilesLines
* Update `action_dispatch.default_headers` default value [ci skip]yuuji.yaginuma2018-01-281-1/+4
* Clarify autoload_paths and eager_load in guides per current usage. [CI SKIP]Tim Diggins2018-01-211-1/+1
* Allow `false` for `config.generators.system_tests=`bogdanvlviv2018-01-181-0/+1
* Use SHA-1 for non-sensitive digests by defaultEugene Kenny2018-01-081-0/+2
* Move `config.action_view.cache_template_loading` to proper section in configu...fatkodima2018-01-031-2/+2
* Update 'Configuring Rails Applications' guidebogdanvlviv2017-12-121-0/+4
* Remove stale comment about `ActiveRecord::SchemaDumper.ignore_tables` [skip ci]fatkodima2017-12-121-1/+1
* [ci skip] Updated links for uncorn which redirect & added https for nginx linkDixit Patel2017-11-301-3/+3
* Change `form_with` to generates ids by defaultnpezza932017-11-251-0/+2
* Update configuring.mdKelly Stannard2017-11-141-1/+1
* Use `-e` option to specify the environment in console command [ci skip]yuuji.yaginuma2017-11-101-1/+1
* [ci skip] Fix typoAkshay Vishnoi2017-10-071-1/+1
* Cosmetic fixes [ci skip]Yauheni Dakuka2017-10-061-2/+2
* [ci skip] Attempt a new explanation for rotations.Kasper Timm Hansen2017-09-241-4/+2
* Add key rotation cookies middlewareMichael Coyne2017-09-241-0/+11
* [ci skip] Prefer credentials to secrets in docs.Kasper Timm Hansen2017-09-131-1/+1
* Fixing nginx configuration added missing semicolonIbrahim2017-08-221-1/+1
* Capitalize RakeJon Moss2017-08-061-1/+1
* Remove extra space between two sentencesJon Moss2017-08-061-1/+1
* Set `represent_boolean_as_integer` via `configuration`yuuji.yaginuma2017-07-161-1/+1
* Fix boolean column migration scriptyuuji.yaginuma2017-07-131-1/+1
* Change sqlite3 boolean serialization to use 1 and 0Lisa Ugray2017-07-111-0/+22
* Protect from forgery by defaultLisa Ugray2017-07-101-0/+2
* Remove references to deprecared raise_runtime_errors from documentation, whic...Vipul A M2017-06-171-2/+0
* Merge pull request #29257 from clupprich/remove-action-dispatch-callbacks-to-...Kasper Timm Hansen2017-05-281-3/+1
|\
| * Remove mentions of deprecated callbacks on ActionDispatch::CallbacksChristoph Lupprich2017-05-281-3/+1
* | AEAD encrypted cookies and sessionsMichael Coyne2017-05-221-2/+6
|/
* Add missing `action_view` section of config flagJon Moss2017-04-241-1/+1
* Add `form_with_generates_remote_forms` to configuring guide [ci skip]yuuji.yaginuma2017-04-251-0/+2
* Update Configuring Rails Component guide exampleHendy Tanata2017-03-211-1/+1
* Escapes and edits to configuring guide [ci skip] (#28280)Vipul A M2017-03-041-5/+5
* [ci skip] Update Guides to use macOS instead of Mac OS XVitali Tatarintev2017-02-201-1/+1
* Update configuration guide about ActiveRecord's config option.Stan Lo2017-02-101-0/+5
* remove `ActiveSupport.halt_callback_chains_on_return_false` from everywhereyuuji.yaginuma2017-02-081-2/+0
* remove link to edgeapi [ci skip]yuuji.yaginuma2017-02-081-1/+1
* update doc about assets digest class [ci skip]yuuji.yaginuma2016-10-301-2/+2
* Add documentation for `config.assets.version` [skip ci]Erol Fornoles2016-10-281-0/+2
* fix initializer name [ci skip]yuuji.yaginuma2016-10-271-1/+1
* Pull request for ticket 26769 (#26770)rmarone2016-10-151-1/+1
* Deprecated ActionDispatch::ParamsParser::ParamsParserRafael Mendonça França2016-10-101-17/+17
* Allow the use of listen's 3.1.x branch.Esteban Santana Santana2016-10-031-1/+1
* update doc about default `cache_store` [ci skip]yuuji.yaginuma2016-09-081-1/+1
* Merge pull request #26390 from Neodelf/format_mdsVipul A M2016-09-071-1/+1
|\
| * [ci skip] Simply formatting documentsNeodelf2016-09-061-1/+1
* | Remove the word "mongrel" from documentsRyunosuke Sato2016-09-071-1/+1
|/
* Explicitly mention defaults.schneems2016-08-291-1/+1
* Address doc style comments from @robin850schneems2016-08-291-1/+1
* [ci skip] configuring.md assets.unknown_asset_fallbackschneems2016-08-291-0/+2
* Clarify two ways to set Rails configuration optionsJon Moss2016-08-261-5/+8
* Add back in `config_for` exampleJon Moss2016-08-261-0/+28