| Commit message (Expand) | Author | Age | Files | Lines |
* | feat(js): Dynamic ActionCable URL (#35579) | Ryan Castner | 2019-03-31 | 1 | -0/+17 |
* | Merge pull request #35797 from abhaynikam/35752-update-migration-doc-column-i... | प्रथमेश Sonpatki | 2019-03-30 | 1 | -1/+0 |
|\ |
|
| * | [ci skip] Updated docs to reflect index: true option not available as column ... | Abhay Nikam | 2019-03-30 | 1 | -1/+0 |
* | | [ci skip] Add ActiveRecord::Relation#extract_associated method to the active_... | Abhay Nikam | 2019-03-30 | 1 | -0/+1 |
|/ |
|
* | Merge pull request #35789 from prathamesh-sonpatki/customize-full-message | Rafael França | 2019-03-29 | 1 | -1/+1 |
|\ |
|
| * | Rename `i18n_full_message` config option to `i18n_customize_full_message` | Prathamesh Sonpatki | 2019-03-29 | 1 | -1/+1 |
* | | Add Active Model release notes for Rails 6 [ci skip] (#35790) | प्रथमेश Sonpatki | 2019-03-29 | 1 | -0/+12 |
|/ |
|
* | Add load hook for ActiveStorage::Attachment | George Claghorn | 2019-03-28 | 1 | -0/+1 |
* | [ci skip] Fixed testing guides typo `fourty` -> `forty` | Shailesh Kalamkar | 2019-03-28 | 1 | -3/+3 |
* | Schema version documentation (#35762) | Ken Greeff | 2019-03-26 | 1 | -1/+1 |
* | Remove useless = [ci skip] | Prathamesh Sonpatki | 2019-03-26 | 1 | -1/+1 |
* | Spelling error | Sergio | 2019-03-26 | 1 | -1/+1 |
* | 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 [c... | Vipul A M | 2019-03-25 | 1 | -1/+1 |
* | 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 | Prem Sichanugrist | 2019-03-23 | 1 | -0/+2 |
* | | Merge pull request #35690 from soartec-lab/update_guide_sending_log_messages | Ryuta Kamizono | 2019-03-24 | 1 | -1/+1 |
|\ \ |
|
| * | | Add `unknown` method to list of methods to write current log [ci skip] | soartec-lab | 2019-03-21 | 1 | -1/+1 |
| |/ |
|
* | | Add default `config.action_view.raise_on_missing_translations` [ci skip] | soartec-lab | 2019-03-24 | 1 | -1/+1 |
* | | Merge pull request #35707 from localhostdotdev/fix-rails-guides-generation-in... | Rafael França | 2019-03-22 | 1 | -1/+1 |
|\ \ |
|
| * | | Fix rails guides generation | localhostdotdev | 2019-03-22 | 1 | -1/+1 |
| |/ |
|
* | | Update instrumentation guides w/optional block | Ali Ibrahim | 2019-03-22 | 1 | -0/+11 |
* | | Add Relation#annotate for SQL commenting | Matt Yoho | 2019-03-21 | 1 | -0/+1 |
|/ |
|
* | Add mention about `process_middleware.action_dispatch` in the guide [ci skip] | bogdanvlviv | 2019-03-20 | 1 | -1/+10 |
* | Revert "Revert "Remove `javascripts` and `javascript_engine` options for gene... | Nicholas La Roux | 2019-03-20 | 1 | -2/+0 |
* | Revert "Remove `javascripts` and `javascript_engine` options for generators" | Nicholas La Roux | 2019-03-19 | 1 | -0/+2 |
* | Added release notes for changes in Railties [ci skip] (#35622) | प्रथमेश Sonpatki | 2019-03-18 | 1 | -0/+63 |
* | Add `:reselect` and `:optimizer_hints` to the list of finder methods | Ryuta Kamizono | 2019-03-18 | 1 | -0/+2 |
* | `ActiveRecord::Result#to_hash` has been renamed to `to_a` [ci skip] | Ryuta Kamizono | 2019-03-17 | 1 | -2/+5 |
* | Merge tag 'v6.0.0.beta3' | eileencodes | 2019-03-13 | 1 | -0/+5 |
|\ |
|
| * | Prep release | eileencodes | 2019-03-11 | 1 | -0/+5 |
* | | Merge pull request #35582 from vipulnsward/kill-warning-from-guides | Kasper Timm Hansen | 2019-03-12 | 1 | -1/+1 |
|\ \ |
|
| * | | After https://github.com/rails/rails/pull/35281 and https://github.com/rails... | Vipul A M | 2019-03-12 | 1 | -1/+1 |
* | | | Merge pull request #35530 from Rodrigora/patch-1 | Vipul A M | 2019-03-12 | 1 | -0/+11 |
|\ \ \
| |/ /
|/| | |
|
| * | | Add note about has_many associations callbacks [ci skip] | Rodrigo | 2019-03-12 | 1 | -0/+11 |
* | | | 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 th... | bogdanvlviv | 2019-01-17 | 1 | -0/+4 |
* | | | | [ci skip] Removed extra hyphens | Shailesh Kalamkar | 2019-03-11 | 1 | -4/+4 |
* | | | | Add example of the output of `rails routes --expanded` in the routing guide [... | Prathamesh Sonpatki | 2019-03-11 | 1 | -1/+28 |
* | | | | Fix links in gemspec and docs from http to https. | Abhay Nikam | 2019-03-09 | 7 | -17/+17 |
* | | | | Merge pull request #35529 from abhaynikam/35492-follow-up-to-updates-links-to... | Ryuta Kamizono | 2019-03-09 | 3 | -3/+3 |
|\ \ \ \ |
|
| * | | | | Updated links from http to https in guides, docs, etc | Abhay Nikam | 2019-03-09 | 3 | -3/+3 |
| | |/ /
| |/| | |
|
* | | | | [ci skip] Minor documentation fixes for consistency | Shailesh Kalamkar | 2019-03-09 | 2 | -2/+2 |
* | | | | Guides: Fix parent class of model test example (#35065) | Sean Abrahams | 2019-03-09 | 1 | -1/+3 |
* | | | | - Remove the word painfully from documentation | iarobinson | 2019-03-08 | 1 | -1/+1 |
|/ / / |
|
* | | | Update `multiline?` sample code [ci skip] | soartec-lab | 2019-03-07 | 1 | -2/+2 |
* | | | Corrected execution result of Enumerable#sum [ci skip] | soartec-lab | 2019-03-07 | 1 | -1/+1 |
* | | | Learn more about inflections[ci skip] | soartec-lab | 2019-03-07 | 1 | -1/+1 |
* | | | Merge pull request #35503 from samjohn/cannot-grammar-correction | Xavier Noria | 2019-03-07 | 1 | -1/+1 |
|\ \ \ |
|
| * | | | Replace “can not” with “cannot”. | Samantha John | 2019-03-06 | 1 | -1/+1 |