Commit message (Expand) | Author | Age | Files | Lines | ||
---|---|---|---|---|---|---|
... | ||||||
| * | | | | | 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 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #35776 from owst/fix-range-comparisons-with-excluded-end-r... | Rafael França | 2019-03-27 | 3 | -14/+41 | |
|\ \ \ \ \ \ \ \ | ||||||
| * | | | | | | | | Fix bug in Range comparisons when comparing to excluded-end Range | Owen Stephens | 2019-03-28 | 3 | -14/+41 | |
|/ / / / / / / / | ||||||
* | | | | | | | | Merge pull request #35775 from jhawthorn/remove_all_symbol_from_mime_all | Rafael França | 2019-03-27 | 2 | -1/+14 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Remove :all symbol from Mime::ALL | John Hawthorn | 2019-03-27 | 2 | -1/+14 | |
|/ / / / / / / | ||||||
* | | | | | | | Merge pull request #35236 from renuo/fix-30467 | Rafael França | 2019-03-27 | 3 | -0/+29 | |
|\ \ \ \ \ \ \ | ||||||
| * | | | | | | | Raise if resource custom params contain colons | Josua Schmid | 2019-03-26 | 3 | -0/+29 | |
* | | | | | | | | Merge pull request #35496 from bogdan/right-preloading | Ryuta Kamizono | 2019-03-28 | 4 | -64/+99 | |
|\ \ \ \ \ \ \ \ | |_|_|_|/ / / / |/| | | | | | | | ||||||
| * | | | | | | | Fix preloader to never reset associations in case they are already loaded | Bogdan Gusiev | 2019-03-07 | 4 | -64/+99 | |
* | | | | | | | | Merge pull request #35556 from bdewater/fast-secure-compare | Matthew Draper | 2019-03-28 | 1 | -1/+1 | |
|\ \ \ \ \ \ \ \ | |_|_|_|_|_|_|/ |/| | | | | | | |