| Commit message (Expand) | Author | Age | Files | Lines |
* | Update the "Configuring Rails Applications" guide [ci skip] | bogdanvlviv | 2019-01-04 | 1 | -2/+32 |
* | Permit sending Active Storage purge and analysis jobs to separate queues | George Claghorn | 2019-01-01 | 1 | -2/+9 |
* | Document Action Mailbox configuration options [ci skip] | George Claghorn | 2019-01-01 | 1 | -0/+23 |
* | Mention tiff support in ActiveStorage guides | Gannon McGibbon | 2018-12-31 | 1 | -1/+1 |
* | Single nest config in configuration guides | Sam Bostock | 2018-12-18 | 1 | -1/+1 |
* | Improve deprecation message for enqueue returning false | Rafael Mendonça França | 2018-12-05 | 1 | -0/+2 |
* | Merge pull request #34455 from minimalweb/progressive_jpeg_inclusion_as_varia... | Rafael França | 2018-11-23 | 1 | -1/+1 |
|\ |
|
| * | Add progressive JPG to default variable content types | Maurice Kühlborn | 2018-11-21 | 1 | -1/+1 |
* | | Change queueing to queuing in docs and comments [skip ci] | jacobherrington | 2018-11-18 | 1 | -1/+1 |
|/ |
|
* | Add support for UNLOGGED Postgresql tables | Jacob Evelyn | 2018-11-13 | 1 | -0/+8 |
* | Restore `encoding: utf8mb4` in database.yml | Yasuo Honda | 2018-10-30 | 1 | -0/+1 |
* | Remove `javascripts` and `javascript_engine` options for generators | bogdanvlviv | 2018-10-22 | 1 | -2/+0 |
* | Fix the LoggerSilence to work as described: | Edouard CHIN | 2018-10-02 | 1 | -2/+1 |
* | Deprecate the `LoggerSilence` constant: | Edouard CHIN | 2018-10-02 | 1 | -2/+2 |
* | Update MySQL server version and character set in Rails Guide [skip ci] | Yasuo Honda | 2018-09-20 | 1 | -1/+2 |
* | Configure Active Storage route prefix | Chris Bisnett | 2018-09-14 | 1 | -0/+8 |
* | Add `:redis_cache_store` to `config.cache_store` options [ci skip] | yuuji.yaginuma | 2018-09-14 | 1 | -1/+1 |
* | Clarify docs of `config.filter_parameters` and `#filter_attributes` | bogdanvlviv | 2018-09-12 | 1 | -1/+1 |
* | use "minitest" consistently | Xavier Noria | 2018-09-11 | 1 | -1/+1 |
* | Fix sqlite3 url config in "Configuring Rails Applications" guide | bogdanvlviv | 2018-09-09 | 1 | -3/+3 |
* | Merge pull request #33637 from eileencodes/ar-connection-management-refactoring | Eileen M. Uchitelle | 2018-08-30 | 1 | -4/+28 |
|\ |
|
| * | Refactors Active Record connection management | Eileen Uchitelle | 2018-08-30 | 1 | -4/+28 |
* | | Add info about `config.action_dispatch.use_cookies_with_metadata` to "Configu... | bogdanvlviv | 2018-08-30 | 1 | -0/+3 |
|/ |
|
* | Merge pull request #33681 from minaslater/replace-white-and-blacklist | Aaron Patterson | 2018-08-23 | 1 | -2/+2 |
|\ |
|
| * | [ci skip] corrects more grammar awkwardness, replacing denylist with restrict... | Mina Slater | 2018-08-22 | 1 | -2/+2 |
| * | [ci skip] fixes a few more grammar issues, changing a to an before the word a... | Mina Slater | 2018-08-22 | 1 | -1/+1 |
| * | [ci skip] fixes awkward grammar | Mina Slater | 2018-08-22 | 1 | -2/+2 |
| * | [ci skip] change all instances of blacklist and whitelist to denylist and all... | Mina Slater | 2018-08-21 | 1 | -2/+2 |
* | | Add database configuration to disable advisory locks. | Guo Xiang Tan | 2018-08-22 | 1 | -1/+10 |
|/ |
|
* | Merge pull request #33229 from albertoalmagro/albertoalmagro/prefer-rails-com... | Matthew Draper | 2018-07-25 | 1 | -4/+4 |
|\ |
|
| * | Recommend use of rails over bin/rails | Alberto Almagro | 2018-07-06 | 1 | -4/+4 |
* | | Rails guides are now served over https | Paul McMahon | 2018-07-24 | 1 | -1/+1 |
|/ |
|
* | Permit configuring the default service URL expiry | George Claghorn | 2018-06-21 | 1 | -0/+7 |
* | add documentation for config.active_support.use_authenticated_message_encrypt... | Thomas Dziedzic | 2018-06-20 | 1 | -0/+2 |
* | Fix Active Storage configuration example [ci skip] | yuuji.yaginuma | 2018-06-16 | 1 | -2/+2 |
* | Add missing documentation about `config.action_mailer.preview_interceptors` [... | yuuji.yaginuma | 2018-06-14 | 1 | -0/+6 |
* | Add changelog for #32956 [ci skip] | bogdanvlviv | 2018-06-12 | 1 | -1/+1 |
* | Fix active_model/errors docs [ci skip] | bogdanvlviv | 2018-06-12 | 1 | -1/+1 |
* | Merge pull request #32956 from Shopify/i18n_activemodel_errors_full_message | Rafael França | 2018-06-11 | 1 | -0/+4 |
|\ |
|
| * | Add global config for config.active_model.i18n_full_message | Martin Larochelle | 2018-06-05 | 1 | -0/+4 |
* | | Update `config.active_storage.variable_content_types` default value in guides... | yuuji.yaginuma | 2018-06-10 | 1 | -1/+1 |
* | | Correct default value of `unknown_asset_fallback` | James Adam | 2018-06-04 | 1 | -1/+1 |
* | | Added a lot of Oxford commas | Anthony Crumley | 2018-05-10 | 1 | -10/+10 |
* | | Rename ActiveStorage.processor to .variant_processor | Janko Marohnić | 2018-04-22 | 1 | -1/+1 |
* | | Use ImageProcessing gem for ActiveStorage variants | Janko Marohnić | 2018-04-18 | 1 | -0/+2 |
|/ |
|
* | Add `action_view.finalize_compiled_template_methods` config option | Simon Coffey | 2018-04-02 | 1 | -0/+7 |
* | Move fk_ignore_pattern from config.active_record to SchemaDumper | David Stosik | 2018-03-22 | 1 | -7/+7 |
* | Document config.active_record.fk_ignore_pattern | David Stosik | 2018-03-20 | 1 | -0/+6 |
* | Update "Upgrading from Rails 5.1 to Rails 5.2" [ci skip] | bogdanvlviv | 2018-03-14 | 1 | -0/+4 |
* | Don't enforce UTF-8 by default | Andrew White | 2018-02-27 | 1 | -0/+2 |