aboutsummaryrefslogtreecommitdiffstats
path: root/guides/source/configuring.md
Commit message (Expand)AuthorAgeFilesLines
* Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com...Matthew Draper2018-07-251-4/+4
|\
| * Recommend use of rails over bin/railsAlberto Almagro2018-07-061-4/+4
* | Rails guides are now served over httpsPaul McMahon2018-07-241-1/+1
|/
* Permit configuring the default service URL expiryGeorge Claghorn2018-06-211-0/+7
* add documentation for config.active_support.use_authenticated_message_encrypt...Thomas Dziedzic2018-06-201-0/+2
* Fix Active Storage configuration example [ci skip]yuuji.yaginuma2018-06-161-2/+2
* Add missing documentation about `config.action_mailer.preview_interceptors` [...yuuji.yaginuma2018-06-141-0/+6
* Add changelog for #32956 [ci skip]bogdanvlviv2018-06-121-1/+1
* Fix active_model/errors docs [ci skip]bogdanvlviv2018-06-121-1/+1
* Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_messageRafael França2018-06-111-0/+4
|\
| * Add global config for config.active_model.i18n_full_messageMartin Larochelle2018-06-051-0/+4
* | Update `config.active_storage.variable_content_types` default value in guides...yuuji.yaginuma2018-06-101-1/+1
* | Correct default value of `unknown_asset_fallback`James Adam2018-06-041-1/+1
* | Added a lot of Oxford commasAnthony Crumley2018-05-101-10/+10
* | Rename ActiveStorage.processor to .variant_processorJanko Marohnić2018-04-221-1/+1
* | Use ImageProcessing gem for ActiveStorage variantsJanko Marohnić2018-04-181-0/+2
|/
* Add `action_view.finalize_compiled_template_methods` config optionSimon Coffey2018-04-021-0/+7
* Move fk_ignore_pattern from config.active_record to SchemaDumperDavid Stosik2018-03-221-7/+7
* Document config.active_record.fk_ignore_patternDavid Stosik2018-03-201-0/+6
* Update "Upgrading from Rails 5.1 to Rails 5.2" [ci skip]bogdanvlviv2018-03-141-0/+4
* Don't enforce UTF-8 by defaultAndrew White2018-02-271-0/+2
* Add configuration to set custom serializersRafael Mendonça França2018-02-141-0/+2
* Add docs on how to configure Active Storageclaudiob2018-02-081-0/+35
* 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
|/