index
:
rails.git
3-2-stable-for-hmno
master
Mirror of official rails repo with custom fixes.
Harald Eilertsen
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
activerecord
/
lib
/
active_record
/
associations
Commit message (
Expand
)
Author
Age
Files
Lines
*
Fix counter_cache for polymorphic associations
Stefan Kanev
2015-07-19
1
-4
/
+12
*
[ci skip] Fix typo in #any? RDoc
Andrii Ponomarov
2015-07-17
1
-1
/
+1
*
Deprecate force association reload by passing true
Prem Sichanugrist
2015-07-15
2
-0
/
+16
*
Revert "Revert "Reduce allocations when running AR callbacks.""
Guo Xiang Tan
2015-07-16
1
-1
/
+1
*
Correct through associations using scopes
Sean Griffin
2015-06-30
2
-6
/
+1
*
docs, nodoc `NullPreloader` and `AlreadyLoaded`.
Yves Senn
2015-06-29
1
-2
/
+2
*
Merge pull request #20673 from aditya-kapoor/correct-preload-doc
Yves Senn
2015-06-23
1
-1
/
+1
|
\
|
*
[ci skip] correct for ActiveRecord::Associations::Preloader:
Aditya Kapoor
2015-06-23
1
-1
/
+2
*
|
docs, add missing closing bracket. [ci skip]
Yves Senn
2015-06-23
1
-1
/
+1
|
/
*
Merge pull request #20552 from jamesdabbs/belongs-to-polymorphic-force-reload
Yves Senn
2015-06-23
1
-1
/
+1
|
\
|
*
Fix `undefined method uncached` for polymorphic belongs_to #20426
James Dabbs
2015-06-13
1
-1
/
+1
*
|
thrown ActiveRecord::AssociationTypeMismatch when assigning a wrong value for...
Diego Carrion
2015-06-22
1
-3
/
+6
*
|
raise ActiveModel::MissingAttributeError when trying to access a relationship...
Diego Carrion
2015-06-16
1
-1
/
+1
|
/
*
[ci skip] fix the `collection.clear` guide
Roque Pinel
2015-06-02
1
-7
/
+8
*
Rename association option :class to :anonymous_class
Andrew White
2015-04-21
2
-2
/
+2
*
Autosave existing records on HMT associations when the parent is new
Sean Griffin
2015-04-18
1
-6
/
+4
*
Batch touch parent records
Arthur Neves
2015-04-08
1
-6
/
+7
*
Merge pull request #19647 from codeout/association_update
Rafael Mendonça França
2015-04-06
1
-0
/
+2
|
\
|
*
Fix a regression introduced by removing unnecessary db call when replacing
Shintaro Kojima
2015-04-04
1
-0
/
+2
*
|
Merge pull request #19448 from tgxworld/fix_activesupport_callbacks_clash_on_run
Rafael Mendonça França
2015-04-06
1
-1
/
+1
|
\
\
|
|
/
|
/
|
|
*
Revert "Reduce allocations when running AR callbacks."
Guo Xiang Tan
2015-03-22
1
-1
/
+1
*
|
Freeze static arguments for gsub
brainopia
2015-04-02
1
-1
/
+1
*
|
Prefer string patterns for gsub
brainopia
2015-04-02
1
-1
/
+1
|
/
*
Reuse the CollectionAssociation#reader proxy cache if the foreign key is pres...
Ben Woosley
2015-03-15
1
-2
/
+2
*
Doc fix about association hierarchy
keepcosmos
2015-03-15
1
-2
/
+2
*
Isolate access to .default_scopes in ActiveRecord::Scoping::Default
Ben Woosley
2015-03-12
2
-4
/
+2
*
Merge pull request #19234 from sivsushruth/doc_fix
Kasper Timm Hansen
2015-03-07
1
-1
/
+1
|
\
|
*
Doc fix [ci skip]
Sushruth Sivaramakrishnan
2015-03-07
1
-1
/
+1
*
|
Updated documentation of CollectionProxy#clear [ci skip]
Prathamesh Sonpatki
2015-03-06
1
-0
/
+3
|
/
*
Preserve Array#take(n) behaviour of HasManyAssociation
Akira Matsuda
2015-02-28
2
-5
/
+5
*
Require `belongs_to` by default.
Josef Šimánek
2015-02-21
3
-8
/
+26
*
Merge branch 'rm-take' into 4-1-stable
Rafael Mendonça França
2015-02-20
2
-0
/
+14
*
Merge pull request #16989 from Empact/reload-cache-clear
Rafael Mendonça França
2015-02-20
1
-6
/
+4
|
\
|
*
Isolate access to @associations_cache and @aggregations cache to the Associat...
Ben Woosley
2014-09-28
1
-6
/
+4
*
|
`type_cast_from_user` -> `cast`
Sean Griffin
2015-02-17
1
-1
/
+1
*
|
Optimize none? and one? relation query methods to use LIMIT and COUNT.
Eugene Gilburg
2015-02-12
1
-2
/
+4
*
|
Correct errors in counter cache updating
Sean Griffin
2015-02-03
2
-3
/
+7
*
|
Merge branch 'master' into pr/18316
Mingdong Luo
2015-01-31
12
-96
/
+73
|
\
\
|
*
\
Merge pull request #18700 from nygrenh/better-required-message
Aaron Patterson
2015-01-31
1
-1
/
+1
|
|
\
\
|
|
*
|
Provide a better error message on :required association
Henrik Nygren
2015-01-28
1
-1
/
+1
|
*
|
|
Remove most type related predicates from `Column`
Sean Griffin
2015-01-30
1
-2
/
+2
|
|
/
/
|
*
|
Remove Relation#bind_params
Sean Griffin
2015-01-27
2
-2
/
+2
|
*
|
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
1
-4
/
+4
|
*
|
Don't rely on the internal representation of join values
Sean Griffin
2015-01-27
2
-2
/
+6
|
*
|
Go through normal `where` logic in `AssociationScope`
Sean Griffin
2015-01-26
1
-51
/
+31
|
*
|
Improve consistency of counter caches updating in memory
Sean Griffin
2015-01-26
2
-5
/
+18
|
*
|
Move flattening records added to an association farther out
Sean Griffin
2015-01-26
1
-1
/
+2
|
*
|
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
4
-12
/
+7
|
*
|
Remove references to `:bind` in `except`
Sean Griffin
2015-01-25
1
-1
/
+1
|
*
|
Don't access the where values hash directly in through associations
Sean Griffin
2015-01-25
1
-1
/
+1
[next]