aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Use `apply_join_dependency` instead of meaningless named `find_with_associati...Ryuta Kamizono2018-01-112-26/+13
* Make `relation.exists?` more performant when using eager loadingRyuta Kamizono2018-01-112-13/+16
* Update error names in docs [ci skip]George Claghorn2018-01-101-3/+3
* Add missing `# frozen_string_literal: true`Ryuta Kamizono2018-01-113-0/+6
* Merge pull request #31446 from bdewater/inverse-of-options-docsRyuta Kamizono2018-01-112-26/+23
|\
| * [ci skip] setting :inverse_of works with :as, :through and :polymorphic optio...Bart de Water2018-01-102-29/+27
* | Correct comment [ci skip]George Claghorn2018-01-101-1/+1
* | Extract Analyzable and Representable concernsGeorge Claghorn2018-01-108-150/+158
|/
* Fix `stale_state` for nested `has_many :through` associationsRyuta Kamizono2018-01-103-22/+41
* Merge pull request #31667 from bogdanvlviv/clean-up-railties-testsYuji Yaginuma2018-01-102-19/+0
|\
| * Clean up railties testsbogdanvlviv2018-01-102-19/+0
* | Merge pull request #16314 from zoltankiss/allow-nested-has-many-associations-...Ryuta Kamizono2018-01-104-1/+76
|\ \ | |/ |/|
| * Fix nested `has many :through` associations on unpersisted instancesZoltan Kiss2015-03-264-1/+70
* | Fix "the the " [ci skip]Ryuta Kamizono2018-01-103-3/+3
* | Bring back passing single record support for `Preloader`Ryuta Kamizono2018-01-101-1/+1
* | Merge pull request #29685 from ayanko/fix-slow-name-error-missing-nameRyuta Kamizono2018-01-101-0/+5
|\ \
| * | Fix performance issue with NameError#missing_name on ruby >= v2.3.0.Andriy Yanko2017-07-101-0/+5
* | | Merge pull request #27597 from brchristian/first_last_parityRyuta Kamizono2018-01-103-1/+31
|\ \ \
| * | | resolve inconsistencies between first and to_a.first with limitBrian Christian2018-01-093-1/+31
* | | | Merge pull request #31534 from claudiob/kaspth-approachKasper Timm Hansen2018-01-097-16/+37
|\ \ \ \ | |/ / / |/| | |
| * | | Help if Active Storage tables are missingClaudio B2017-12-213-0/+35
| * | | Don't run rails active_storage:install in new appsclaudiob2017-12-144-16/+2
* | | | Merge pull request #31652 from kami-zh/activestorage-callbacksGeorge Claghorn2018-01-092-2/+8
|\ \ \ \
| * | | | Change Active Storage destroy callbackskami-zh2018-01-092-2/+8
|/ / / /
* | | | Add 'Referrer-Policy' header to default headers setGuillermo Iguaran2018-01-083-3/+10
* | | | Rebuild activestorage.jsJavan Makhmali2018-01-081-1/+1
* | | | Work around Firefox's refusal to dispatch events on disabled elements. Fixes ...Javan Makhmali2018-01-081-1/+10
* | | | Fix attaching blobs to optimistically-locked recordsGeorge Claghorn2018-01-081-2/+2
* | | | Merge pull request #31650 from rosa/masterGeorge Claghorn2018-01-082-4/+15
|\ \ \ \
| * | | | Allow overriding filename in `Blob#service_url`Rosa Gutierrez2018-01-082-4/+15
|/ / / /
* | | | Merge pull request #31648 from dixitp012/rubocop_active_support_testRyuta Kamizono2018-01-081-2/+2
|\ \ \ \
| * | | | Fix rubocop space before commaDixit Patel2018-01-081-1/+1
|/ / / /
* | | | Remove meaningless checkyuuji.yaginuma2018-01-081-1/+1
* | | | Merge pull request #31547 from eugeneius/use_authenticated_message_encryption...Yuji Yaginuma2018-01-083-8/+34
|\ \ \ \
| * | | | Allow use_authenticated_message_encryption to be set in new_framework_default...Eugene Kenny2018-01-073-8/+34
|/ / / /
* | | | Fix the desc for image_alt change [ci skip]Prathamesh Sonpatki2018-01-071-1/+1
* | | | Added deprecation and removal notes for Action View [ci skip]Prathamesh Sonpatki2018-01-071-2/+5
* | | | Added deprecations and removals notes for Action Pack [ci skip]Prathamesh Sonpatki2018-01-072-3/+6
* | | | Added release notes for Action Cable [ci skip]Prathamesh Sonpatki2018-01-071-1/+10
* | | | Merge pull request #31610 from prathamesh-sonpatki/improve-deprecation-msg-pr...Eileen M. Uchitelle2018-01-073-3/+3
|\ \ \ \
| * | | | Improve the deprecation message for using subclass of Rails::Application to s...Prathamesh Sonpatki2018-01-073-3/+3
* | | | | Fix deleting through records when using has_many through with `source_type`Ryuta Kamizono2018-01-082-20/+29
|/ / / /
* | | | Document automatic width-height swapping [ci skip]George Claghorn2018-01-071-0/+2
* | | | Remove redundant sentences [ci skip]George Claghorn2018-01-072-4/+2
* | | | Simply use `scope.delete_all` instead of constructing delete managerRyuta Kamizono2018-01-071-8/+1
* | | | Tweak engine for readabilityGeorge Claghorn2018-01-071-11/+13
* | | | Make `find_nth_from_last` more performant when using reversible orderRyuta Kamizono2018-01-071-6/+5
* | | | Fix `last` with `offset` to behave consistently with loaded relationRyuta Kamizono2018-01-072-9/+5
* | | | Fix `pluck` with eager loading to respect `offset`Ryuta Kamizono2018-01-072-1/+6
* | | | Revert commit 4ec5b0d6b4d8a57e034b1014942356e95caf47aa in favor of #28379Ryuta Kamizono2018-01-072-9/+4