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
/
test
/
models
/
author.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Association scope's own order should be prioritized over through scope's order
Ryuta Kamizono
2018-02-18
1
-1
/
+2
*
Merge pull request #23146 from piotrj/issue_18424
Ryuta Kamizono
2018-01-11
1
-0
/
+3
|
\
|
*
When deleting through records, take into account association conditions
Piotr Jakubowski
2016-05-04
1
-0
/
+3
*
|
delegate scope for
pavel
2017-10-27
1
-0
/
+2
*
|
Joined tables in association scope doesn't use the same aliases with the pare...
Ryuta Kamizono
2017-10-09
1
-0
/
+1
*
|
`has_many :through` with unscope should affect to through scope
Ryuta Kamizono
2017-09-07
1
-0
/
+1
*
|
Scope in associations should treat nil as `all`
Ryuta Kamizono
2017-09-04
1
-1
/
+1
*
|
`values[:includes]` in `reflection_scope` is not compatible with `through_scope`
Ryuta Kamizono
2017-09-02
1
-1
/
+1
*
|
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
*
|
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
*
|
Add type caster to `RuntimeReflection#alias_name`
Jon Moss
2017-05-02
1
-0
/
+1
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-6
/
+6
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-96
/
+95
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-31
/
+31
|
/
*
don't treat all associations with extensions as instance dependent.
Yves Senn
2016-03-03
1
-0
/
+8
*
Typos in AR tests
Akira Matsuda
2016-02-03
1
-1
/
+1
*
Remove unused scopes
Andy Atkinson
2015-10-01
1
-3
/
+0
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-1
/
+1
*
Inform Arel we don't need additional type casting in tests
Sean Griffin
2014-12-26
1
-1
/
+1
*
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
1
-3
/
+3
*
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+1
*
make sure cache is not used for collection assocations too
Aaron Patterson
2014-10-14
1
-0
/
+1
*
Fix broken proc syntax for 1.9.3
Arthur Neves
2014-05-09
1
-1
/
+1
*
test, regression test for has_many with instance dependent scope.
Yves Senn
2014-05-09
1
-0
/
+2
*
Remove method redefined warnings for test suite
Matthias Zirnstein
2014-01-05
1
-1
/
+1
*
Merge pull request #12011 from jetthoughts/11963_fix_join_with_association_scope
Rafael Mendonça França
2013-09-16
1
-0
/
+7
|
\
|
*
Collapse where constraints to one where constraint
Paul Nikitochkin
2013-09-13
1
-0
/
+7
*
|
Clean up unused associations in AR test model
Akira Matsuda
2013-09-10
1
-3
/
+0
|
/
*
Revert "Merge branch 'master' of github.com:rails/docrails"
Vijay Dev
2013-08-17
1
-0
/
+3
*
Clean up unused associations in AR test model
Akira Matsuda
2013-07-25
1
-3
/
+0
*
Make sure that a joins Relation can be merged with has_many :through + associ...
Akira Matsuda
2013-07-10
1
-1
/
+5
*
Ambiguous reflections are on :through relationships are no longer supported.
Aaron Patterson
2013-06-13
1
-1
/
+1
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-4
/
+4
*
Fix cases where delete_records on a has_many association caused errors
Derek Kraan
2013-01-27
1
-0
/
+1
*
proxy_{owner,reflection,target} are no more available
Akira Matsuda
2013-01-24
1
-11
/
+1
*
Added STI support to init and building associations
Jason Rush
2012-11-29
1
-0
/
+1
*
Use method compilation for association methods
Jon Leighton
2012-08-10
1
-1
/
+1
*
rm redundant test
Jon Leighton
2012-07-20
1
-2
/
+0
*
Convert association macros to the new syntax
Jon Leighton
2012-07-20
1
-36
/
+36
*
Allow associations to take a lambda which builds the scope
Jon Leighton
2012-07-13
1
-0
/
+2
*
Deprecate eager-evaluated scopes.
Jon Leighton
2012-03-21
1
-2
/
+2
*
Deprecate inferred JOINs with includes + SQL snippets.
Jon Leighton
2012-01-16
1
-2
/
+2
*
Revert "Deprecate implicit eager loading. Closes #950."
Jon Leighton
2012-01-16
1
-2
/
+2
*
Deprecate implicit eager loading. Closes #950.
Jon Leighton
2011-12-29
1
-2
/
+2
*
use GeneratedFeatureMethods module for associations
Josh Susser
2011-11-27
1
-1
/
+0
*
Ignore :includes on through associations
Andrew White
2011-05-24
1
-0
/
+3
*
oracle, y u defy me
Jon Leighton
2011-03-16
1
-2
/
+4
*
Merge branch 'master' into nested_has_many_through
Jon Leighton
2011-03-04
1
-0
/
+11
|
\
|
*
Fix creation of has_many through records with custom primary_key option on be...
Szymon Nowak
2010-12-23
1
-0
/
+1
[next]