Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | Merge pull request #36564 from rodrei/docs-active-starage-warning | Rafael França | 2019-07-24 | 1 | -0/+2 |
|\ | | | | | Update docs with warning on ActiveStorage Content-Disposition override | ||||
| * | Updated ActiveStorage docs by adding missing config [ci skip] | Rodrigo Pavano | 2019-06-27 | 1 | -0/+2 |
| | | |||||
* | | Merge pull request #36733 from ch3rub1m/fix-cache-timestamp-format-guide | Rafael França | 2019-07-23 | 1 | -1/+1 |
|\ \ | | | | | | | Fix cache_timestamp_format default value in guides | ||||
| * | | Fix cache_timestamp_format default value in guides | ch3rub1m | 2019-07-23 | 1 | -1/+1 |
| | | | |||||
* | | | Make Active Storage routes optional | Gannon McGibbon | 2019-07-22 | 1 | -0/+2 |
|/ / | | | | | | | Add configuration option to turn off drawing of Active Storage routes. | ||||
* / | Preserve existing attachment assignment behavior for upgraded apps | George Claghorn | 2019-07-20 | 1 | -1/+4 |
|/ | | | | | | | | | Assigning to a collection of attachments appends rather than replacing, as in 5.2. Existing 5.2 apps that rely on this behavior will no longer break when they're upgraded to 6.0. For apps generated on 6.0 or newer, assigning replaces the existing attachments in the collection. #attach should be used to add new attachments to the collection without removing existing ones. I expect that we'll deprecate the old behavior in 6.1. Closes #36374. | ||||
* | Replace the www.robotstxt.org URL with https one [ci skip] | Tatsuya Hoshino | 2019-06-25 | 1 | -1/+1 |
| | | | | The robots.txt site is moved permanently to https URL. | ||||
* | Make `ActionDispatch::Response#content_type` behavior configurable | yuuji.yaginuma | 2019-06-21 | 1 | -0/+5 |
| | | | | | | | | | I changed return value of `ActionDispatch::Response#content_type` in #36034. But this change seems to an obstacle to upgrading. https://github.com/rails/rails/pull/36034#issuecomment-498795893 Therefore, I restored the behavior of `ActionDispatch::Response#content_type` to 5.2 and deprecated old behavior. Also, made it possible to control the behavior with the config. | ||||
* | Update default value of `variable_content_types` and ↵ | yuuji.yaginuma | 2019-06-16 | 1 | -2/+2 |
| | | | | | | `content_types_to_serve_as_binary` [ci skip] Ref: bcf370d689673031073ba2ac5588afe41cc315c9, 06ab7b27ea1c1ab357085439abacdb464f6742bf. | ||||
* | Specify a config name from `config` as well as other configs [ci skip] | yuuji.yaginuma | 2019-06-05 | 1 | -1/+1 |
| | |||||
* | changes 'Week day' to 'day of week' | Corprew Reed | 2019-05-27 | 1 | -1/+1 |
| | | | | | 'Week day' has a specific meaning in English -- see https://en.wiktionary.org/wiki/weekday for details -- that is not meant here. 'Day of week' is more appropriate. [ci skip] | ||||
* | Mirror direct uploads | George Claghorn | 2019-05-22 | 1 | -0/+6 |
| | |||||
* | edit tweaks to recent patch in configuring guide [ci skip] | Xavier Noria | 2019-05-14 | 1 | -1/+2 |
| | |||||
* | Merge pull request #36200 from ↵ | Xavier Noria | 2019-05-14 | 1 | -0/+6 |
|\ | | | | | | | | | soartec-lab/update_guide_configuring_add_autoloader Added guide for `config.autoloader` [skip ci] | ||||
| * | Added guide for `config.autoloader` [skip ci] | soartec-lab | 2019-05-07 | 1 | -0/+6 |
| | | |||||
* | | [skip ci] The default value of ↵ | Vishal Telangre | 2019-05-13 | 1 | -1/+1 |
| | | | | | | | | | | | | | | | | config.active_record.collection_cache_versioning without loading Railtie is false Please check https://github.com/rails/rails/pull/36260#discussion_r283266942 for reference. [Vishal Telangre, bogdanvlviv] | ||||
* | | [skip ci] Add missing info about 'active_record.collection_cache_versioning' ↵ | Vishal Telangre | 2019-05-12 | 1 | -0/+6 |
| | | | | | | | | | | | | | | | | | | configuration References: - https://github.com/rails/rails/commit/4f2ac80d4cdb01c4d3c1765637bed76cc91c1e35 - https://github.com/rails/rails/blob/b1c917ee2fdaa452aeb52904db0d254d85285380/railties/lib/rails/application/configuration.rb#L147-L149 | ||||
* | | Update the 6.0 load_defaults list [ci skip] (#36258) | Vipul A M | 2019-05-11 | 1 | -0/+2 |
| | | |||||
* | | Fixed typo of dot position [skip ci] | soartec-lab | 2019-05-07 | 1 | -1/+1 |
|/ | |||||
* | fixes typo in guide [ci skip] | Xavier Noria | 2019-04-28 | 1 | -1/+1 |
| | |||||
* | new config to opt-out from adding app directories to $LOAD_PATH | Xavier Noria | 2019-04-28 | 1 | -0/+2 |
| | |||||
* | Merge pull request #36066 from st0012/update-controller-cache-doc | Rafael França | 2019-04-23 | 1 | -2/+2 |
|\ | | | | | Update document about perform_caching's default value [ci skip] | ||||
| * | Update document about perform_caching's default value | st0012 | 2019-04-24 | 1 | -2/+2 |
| | | | | | | | | | | | | | | | | | | | | | | | | | | | | | | Clarify that both `config.action_controller.perform_caching` and `config.action_mailer.perform_caching`'s default are `true`. This default is set in `AbstractController::Caching`. One can verify this by commenting out all ``` @controller.perform_caching = true ``` in `actionpack/test/controller/caching_test.rb` and run the tests. They should still pass. | ||||
* | | Make docs on form_with_generates_ids config option match the value | David Shaffer | 2019-04-23 | 1 | -1/+1 |
|/ | | | | [skip ci] | ||||
* | The default value without loading railtie is false [ci skip] (#35881) | प्रथमेश Sonpatki | 2019-04-05 | 1 | -1/+1 |
| | | | | | | See https://github.com/rails/rails/pull/35873#issuecomment-480333333 for reference [Prathamesh Sonpatki, bogdanvlviv] | ||||
* | Fix the deprecation warning about ↵ | Prathamesh Sonpatki | 2019-04-05 | 1 | -1/+1 |
| | | | | | | | `config.active_job.return_false_on_aborted_enqueue` - It will return false in Rails 6.1 not 6.0. Also fixed the default value which is true for new applications. | ||||
* | url -> URL where apt except inside actionpack/ | Sharang Dashputre | 2019-04-01 | 1 | -1/+1 |
| | |||||
* | Rename `i18n_full_message` config option to `i18n_customize_full_message` | Prathamesh Sonpatki | 2019-03-29 | 1 | -1/+1 |
| | | | | | | - I feel `i18n_customize_full_messages` explains the meaning of the config better. - Followup of https://github.com/rails/rails/pull/32956 | ||||
* | Add default value `ActiveSupport::Deprecation.silenced` [ci skip] | soartec-lab | 2019-03-25 | 1 | -1/+1 |
| | |||||
* | Cleanup guide for configuring config.disable_sandbox and related changelog ↵ | Vipul A M | 2019-03-25 | 1 | -1/+1 |
| | | | | [ci skip] (#35733) | ||||
* | Merge pull request #35723 from sikachu/disable-sandbox-flag | Guillermo Iguaran | 2019-03-24 | 1 | -0/+2 |
|\ | | | | | Add config.disable_sandbox option to Rails console | ||||
| * | Add config.disable_sandbox option to Rails console | Prem Sichanugrist | 2019-03-23 | 1 | -0/+2 |
| | | | | | | | | | | | | | | | | | | | | | | A long-running `rails console --sandbox` could cause a database server to become out-of-memory as it's holding on to changes that happen on the database. Given that it's common for Ruby on Rails application with huge traffic to have separate write database and read database, we should allow the developers to disable this sandbox option to prevent someone from accidentally causing the Denial-of-Service on their server. | ||||
* | | Add default `config.action_view.raise_on_missing_translations` [ci skip] | soartec-lab | 2019-03-24 | 1 | -1/+1 |
|/ | |||||
* | Revert "Revert "Remove `javascripts` and `javascript_engine` options for ↵ | Nicholas La Roux | 2019-03-20 | 1 | -2/+0 |
| | | | | generators"" | ||||
* | Revert "Remove `javascripts` and `javascript_engine` options for generators" | Nicholas La Roux | 2019-03-19 | 1 | -0/+2 |
| | |||||
* | Merge pull request #34955 from bogdanvlviv/follow-up-33962 | Kasper Timm Hansen | 2019-03-11 | 1 | -0/+4 |
|\ | | | | | Add `config.credentials.content_path` and `config.credentials.key_path` to the guide | ||||
| * | Add `config.credentials.content_path` and `config.credentials.key_path` to ↵ | bogdanvlviv | 2019-01-17 | 1 | -0/+4 |
| | | | | | | | | | | | | | | | | the guide - Fix some typos Follow up #33962 | ||||
* | | Update links and code examples in the guides to use HTTPS where the host ↵ | Nathaniel Suchy | 2019-03-06 | 1 | -2/+2 |
| | | | | | | | | supports it. | ||||
* | | Merge pull request #35034 from sponomarev/chore/ac-docs-worker-pool | Eileen M. Uchitelle | 2019-02-12 | 1 | -0/+3 |
|\ \ | | | | | | | Add Worker Pool section to Action Cable configuration docs | ||||
| * | | Add Worker Pool section to Action Cable configuration docs | Sergey Ponomarev | 2019-02-01 | 1 | -0/+3 |
| | | | |||||
* | | | Remove finalizer and configuration | Aaron Patterson | 2019-02-06 | 1 | -7/+0 |
| | | | |||||
* | | | Fix a tiny typo [ci skip] | Robin Dupret | 2019-01-26 | 1 | -1/+1 |
| | | | | | | | | | | | | Follow-up to #35055. | ||||
* | | | document the possibility of app initializers running before gem initilizers | bughit | 2019-01-25 | 1 | -0/+2 |
|/ / | | | | | and suggest a workaround | ||||
* / | Change `SQLite3Adapter` to always represent boolean values as integers | Rafael Mendonça França | 2019-01-17 | 1 | -23/+0 |
|/ | |||||
* | Add info about `config.action_mailer.delivery_job` to the guide [ci skip] | bogdanvlviv | 2019-01-11 | 1 | -0/+3 |
| | | | | | | | | Also, add mention to `new_framework_defaults_6_0.rb` that `ActionMailer::Parameterized::DeliveryJob` is default for parameterized mail and will be removed. Related to #34692 | ||||
* | Send Active Storage jobs to dedicated queues by default | George Claghorn | 2019-01-04 | 1 | -0/+2 |
| | | | Match Action Mailbox, which sets a default queue for each of its two jobs. | ||||
* | Update the "Configuring Rails Applications" guide [ci skip] | bogdanvlviv | 2019-01-04 | 1 | -2/+32 |
| | | | | Add section "Results of `load_defaults`" to the guide. | ||||
* | 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 |
| | | | | [ci skip] |