aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
...
* | | | | | Merge pull request #35814 from saiqulhaq/masterMatthew Draper2019-04-011-2/+2
|\ \ \ \ \ \ | |/ / / / / |/| | | | |
| * | | | | [ci skip] Fix guides to link to edgeapi if on EDGE envM. Saiqul Haq2019-04-011-2/+2
|/ / / / /
* | | | | Fix typo in the value of ENCRYPTED_SIGNED_COOKIE_SALT constant (#35619)Emil Shakirov2019-04-012-3/+3
* | | | | Merge pull request #35727 from zinosama/zzz/update-doc-for-includesRyuta Kamizono2019-04-011-1/+7
|\ \ \ \ \
| * | | | | [ci skip] Update doc for unnecessary #referenceszino2019-03-231-1/+7
* | | | | | Revert "Add ActiveStorage.service_configurations and ActiveStorage.service"George Claghorn2019-03-314-36/+30
* | | | | | Extract insert test case from #35686Kasper Timm Hansen2019-03-311-0/+14
* | | | | | Use accessors internally; remove needless validationKasper Timm Hansen2019-03-311-6/+2
* | | | | | Mark InsertAll as private API. Easier to add later.Kasper Timm Hansen2019-03-311-1/+1
* | | | | | Capture some join calls.Kasper Timm Hansen2019-03-311-4/+8
* | | | | | feat(js): Dynamic ActionCable URL (#35579)Ryan Castner2019-03-315-32/+79
* | | | | | Merge pull request #19333 from palkan/dirty-storeKasper Timm Hansen2019-03-313-0/+132
|\ \ \ \ \ \
| * | | | | | Add saved changes helpers for store accessorsVladimir Dementyev2019-03-252-1/+32
| * | | | | | Add dirty methods for store accessorspalkan2019-03-253-0/+101
* | | | | | | Merge pull request #35793 from jhawthorn/deprecate_layout_absolute_pathKasper Timm Hansen2019-03-312-1/+4
|\ \ \ \ \ \ \
| * | | | | | | Deprecate render layout with an absolute pathJohn Hawthorn2019-03-292-1/+4
* | | | | | | | Add ActiveStorage.service_configurations and ActiveStorage.serviceGeorge Claghorn2019-03-314-30/+36
* | | | | | | | Follow up tweaks b89a3e7e638a50c648a17d09c48b49b707e1d90d [ci skip]Ryuta Kamizono2019-03-314-9/+9
* | | | | | | | Merge pull request #35799 from leboshi/masterRyuta Kamizono2019-03-313-11/+29
|\ \ \ \ \ \ \ \
| * | | | | | | | Fix callbacks on has_many :through associations (#33249)Ryan Kerr2019-03-303-10/+29
| | |_|_|_|_|/ / | |/| | | | | |
* | | | | | | | Tweaks CHANGELOGs and docs [ci skip]Ryuta Kamizono2019-03-316-26/+28
* | | | | | | | Merge pull request #35688 from jhawthorn/render_file_rfcAaron Patterson2019-03-3013-40/+131
|\ \ \ \ \ \ \ \
| * | | | | | | | Introduce Template::File as new render file:John Hawthorn2019-03-2713-40/+131
* | | | | | | | | Require railties for all Active Storage dependenciesGeorge Claghorn2019-03-301-0/+4
* | | | | | | | | Specify Active Storage's dependency on Active JobGeorge Claghorn2019-03-302-1/+3
* | | | | | | | | Merge pull request #35802 from abhaynikam/fix-typo-for-zeitwerk-mode-test-casesRyuta Kamizono2019-03-301-1/+1
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Fix typo directores -> directoriesAbhay Nikam2019-03-301-1/+1
|/ / / / / / / / /
* | | | | | | | | optimizes eager loading in :zeitwerk modeXavier Noria2019-03-302-22/+23
* | | | | | | | | fixes eager loading edge case in :zeitwerk modeXavier Noria2019-03-305-9/+60
* | | | | | | | | Merge pull request #35797 from abhaynikam/35752-update-migration-doc-column-i...प्रथमेश Sonpatki2019-03-301-1/+0
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | [ci skip] Updated docs to reflect index: true option not available as column ...Abhay Nikam2019-03-301-1/+0
| | |/ / / / / / / | |/| | | | | | |
* | | | | | | | | Merge pull request #35798 from abhaynikam/35784-add-extract-associated-method...प्रथमेश Sonpatki2019-03-301-0/+1
|\ \ \ \ \ \ \ \ \ | |/ / / / / / / / |/| | | | | | | |
| * | | | | | | | [ci skip] Add ActiveRecord::Relation#extract_associated method to the active_...Abhay Nikam2019-03-301-0/+1
|/ / / / / / / /
* | | | | | | | Add `ActiveRecord::Relation#extract_associated` for extracting associated rec...David Heinemeier Hansson2019-03-294-1/+30
* | | | | | | | Merge pull request #35794 from kamipo/type_cast_symbol_falseRyuta Kamizono2019-03-304-1/+39
|\ \ \ \ \ \ \ \
| * | | | | | | | Type cast falsy boolean symbols on boolean attribute as falseRyuta Kamizono2019-03-304-1/+39
* | | | | | | | | Merge pull request #35792 from abhaynikam/35789-follow-up-to-update-test-desc...Rafael França2019-03-291-3/+3
|\ \ \ \ \ \ \ \ \ | |_|_|/ / / / / / |/| | | | | | | |
| * | | | | | | | Fixed the test description for i18n-customize-full-message after rename in #3...Abhay Nikam2019-03-301-3/+3
|/ / / / / / / /
* | | | | | | | Merge pull request #35781 from excid3/rich_text-field-generatorRafael França2019-03-298-14/+81
|\ \ \ \ \ \ \ \
| * | | | | | | | Add rich_text field to model generatorsChris Oliver2019-03-288-14/+81
* | | | | | | | | Merge pull request #35789 from prathamesh-sonpatki/customize-full-messageRafael França2019-03-296-25/+25
|\ \ \ \ \ \ \ \ \
| * | | | | | | | | Rename `i18n_full_message` config option to `i18n_customize_full_message`Prathamesh Sonpatki2019-03-296-25/+25
* | | | | | | | | | Add Active Model release notes for Rails 6 [ci skip] (#35790)प्रथमेश Sonpatki2019-03-291-0/+12
|/ / / / / / / / /
* | | | | | | | | Merge pull request #35788 from prathamesh-sonpatki/fix-annotate-typoKasper Timm Hansen2019-03-295-9/+9
|\ \ \ \ \ \ \ \ \ | |_|/ / / / / / / |/| | | | | | | |
| * | | | | | | | Fix annotated typoPrathamesh Sonpatki2019-03-295-9/+9
|/ / / / / / / /
* | | | | | | | Add load hook for ActiveStorage::AttachmentGeorge Claghorn2019-03-283-2/+5
* | | | | | | | Add ActiveStorage::Service#openGeorge Claghorn2019-03-286-30/+32
| |_|_|_|_|/ / |/| | | | | |
* | | | | | | Merge pull request #35308 from erose/better-error-reporting-for-syntax-errors...Rafael França2019-03-284-1/+39
|\ \ \ \ \ \ \
| * | | | | | | Add handling and tests.Eli Rose2019-02-174-1/+39
* | | | | | | | Merge pull request #34405 from shugo/safe_buffer_backref_fixMatthew Draper2019-03-282-2/+55
|\ \ \ \ \ \ \ \