| Commit message (Expand) | Author | Age | Files | Lines |
... | |
* | | | | | | | | Extract insert test case from #35686 | Kasper Timm Hansen | 2019-03-31 | 1 | -0/+14 |
* | | | | | | | | Use accessors internally; remove needless validation | Kasper Timm Hansen | 2019-03-31 | 1 | -6/+2 |
* | | | | | | | | Mark InsertAll as private API. Easier to add later. | Kasper Timm Hansen | 2019-03-31 | 1 | -1/+1 |
* | | | | | | | | Capture some join calls. | Kasper Timm Hansen | 2019-03-31 | 1 | -4/+8 |
* | | | | | | | | feat(js): Dynamic ActionCable URL (#35579) | Ryan Castner | 2019-03-31 | 5 | -32/+79 |
* | | | | | | | | Merge pull request #19333 from palkan/dirty-store | Kasper Timm Hansen | 2019-03-31 | 3 | -0/+132 |
|\ \ \ \ \ \ \ \ |
|
| * | | | | | | | | Add saved changes helpers for store accessors | Vladimir Dementyev | 2019-03-25 | 2 | -1/+32 |
| * | | | | | | | | Add dirty methods for store accessors | palkan | 2019-03-25 | 3 | -0/+101 |
* | | | | | | | | | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_path | Kasper Timm Hansen | 2019-03-31 | 2 | -1/+4 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Deprecate render layout with an absolute path | John Hawthorn | 2019-03-29 | 2 | -1/+4 |
* | | | | | | | | | | Add ActiveStorage.service_configurations and ActiveStorage.service | George Claghorn | 2019-03-31 | 4 | -30/+36 |
* | | | | | | | | | | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip] | Ryuta Kamizono | 2019-03-31 | 4 | -9/+9 |
* | | | | | | | | | | Merge pull request #35799 from leboshi/master | Ryuta Kamizono | 2019-03-31 | 3 | -11/+29 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Fix callbacks on has_many :through associations (#33249) | Ryan Kerr | 2019-03-30 | 3 | -10/+29 |
| | |_|_|_|_|/ / / /
| |/| | | | | | | | |
|
* | | | | | | | | | | Tweaks CHANGELOGs and docs [ci skip] | Ryuta Kamizono | 2019-03-31 | 6 | -26/+28 |
* | | | | | | | | | | Merge pull request #35688 from jhawthorn/render_file_rfc | Aaron Patterson | 2019-03-30 | 13 | -40/+131 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Introduce Template::File as new render file: | John Hawthorn | 2019-03-27 | 13 | -40/+131 |
* | | | | | | | | | | | Require railties for all Active Storage dependencies | George Claghorn | 2019-03-30 | 1 | -0/+4 |
* | | | | | | | | | | | Specify Active Storage's dependency on Active Job | George Claghorn | 2019-03-30 | 2 | -1/+3 |
* | | | | | | | | | | | Merge pull request #35802 from abhaynikam/fix-typo-for-zeitwerk-mode-test-cases | Ryuta Kamizono | 2019-03-30 | 1 | -1/+1 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | [ci skip] Fix typo directores -> directories | Abhay Nikam | 2019-03-30 | 1 | -1/+1 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | optimizes eager loading in :zeitwerk mode | Xavier Noria | 2019-03-30 | 2 | -22/+23 |
* | | | | | | | | | | | fixes eager loading edge case in :zeitwerk mode | Xavier Noria | 2019-03-30 | 5 | -9/+60 |
* | | | | | | | | | | | 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 |
| | |/ / / / / / / / /
| |/| | | | | | | | | |
|
* | | | | | | | | | | | Merge pull request #35798 from abhaynikam/35784-add-extract-associated-method... | प्रथमेश Sonpatki | 2019-03-30 | 1 | -0/+1 |
|\ \ \ \ \ \ \ \ \ \ \
| |/ / / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | [ci skip] Add ActiveRecord::Relation#extract_associated method to the active_... | Abhay Nikam | 2019-03-30 | 1 | -0/+1 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec... | David Heinemeier Hansson | 2019-03-29 | 4 | -1/+30 |
* | | | | | | | | | | Merge pull request #35794 from kamipo/type_cast_symbol_false | Ryuta Kamizono | 2019-03-30 | 4 | -1/+39 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Type cast falsy boolean symbols on boolean attribute as false | Ryuta Kamizono | 2019-03-30 | 4 | -1/+39 |
* | | | | | | | | | | | Merge pull request #35792 from abhaynikam/35789-follow-up-to-update-test-desc... | Rafael França | 2019-03-29 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|_|/ / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fixed the test description for i18n-customize-full-message after rename in #3... | Abhay Nikam | 2019-03-30 | 1 | -3/+3 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Merge pull request #35781 from excid3/rich_text-field-generator | Rafael França | 2019-03-29 | 8 | -14/+81 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Add rich_text field to model generators | Chris Oliver | 2019-03-28 | 8 | -14/+81 |
* | | | | | | | | | | | Merge pull request #35789 from prathamesh-sonpatki/customize-full-message | Rafael França | 2019-03-29 | 6 | -25/+25 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | Rename `i18n_full_message` config option to `i18n_customize_full_message` | Prathamesh Sonpatki | 2019-03-29 | 6 | -25/+25 |
* | | | | | | | | | | | | Add Active Model release notes for Rails 6 [ci skip] (#35790) | प्रथमेश Sonpatki | 2019-03-29 | 1 | -0/+12 |
|/ / / / / / / / / / / |
|
* | | | | | | | | | | | Merge pull request #35788 from prathamesh-sonpatki/fix-annotate-typo | Kasper Timm Hansen | 2019-03-29 | 5 | -9/+9 |
|\ \ \ \ \ \ \ \ \ \ \
| |_|/ / / / / / / / /
|/| | | | | | | | | | |
|
| * | | | | | | | | | | Fix annotated typo | Prathamesh Sonpatki | 2019-03-29 | 5 | -9/+9 |
|/ / / / / / / / / / |
|
* | | | | | | | | | | Add load hook for ActiveStorage::Attachment | George Claghorn | 2019-03-28 | 3 | -2/+5 |
* | | | | | | | | | | Add ActiveStorage::Service#open | George Claghorn | 2019-03-28 | 6 | -30/+32 |
| |_|_|_|_|/ / / /
|/| | | | | | | | |
|
* | | | | | | | | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors... | Rafael França | 2019-03-28 | 4 | -1/+39 |
|\ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | Add handling and tests. | Eli Rose | 2019-02-17 | 4 | -1/+39 |
* | | | | | | | | | | Merge pull request #34405 from shugo/safe_buffer_backref_fix | Matthew Draper | 2019-03-28 | 2 | -2/+55 |
|\ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | Eliminate a thread local variable as suggested by nobu | Shugo Maeda | 2019-02-14 | 1 | -8/+1 |
| * | | | | | | | | | | Remove trailing space | Shugo Maeda | 2018-11-08 | 1 | -1/+1 |
| * | | | | | | | | | | Add a commented code example of what will be produced | Shugo Maeda | 2018-11-08 | 1 | -22/+22 |
| * | | | | | | | | | | sub, sub!, gsub, and gsub! should set back references | Shugo Maeda | 2018-11-08 | 2 | -2/+62 |
* | | | | | | | | | | | Merge pull request #35778 from shailesh-kalamkar/fix-typo-testing-guides | Ryuta Kamizono | 2019-03-28 | 1 | -3/+3 |
|\ \ \ \ \ \ \ \ \ \ \ |
|
| * | | | | | | | | | | | [ci skip] Fixed testing guides typo `fourty` -> `forty` | Shailesh Kalamkar | 2019-03-28 | 1 | -3/+3 |
|/ / / / / / / / / / / |
|