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
/
post.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-0
/
+8
*
Don't update counter cache when through record was not destroyed
Eugene Kenny
2018-01-14
1
-0
/
+3
*
try using regexes
Ben Toews
2017-11-09
1
-5
/
+1
*
allow table name and direction in string order arg
Ben Toews
2017-11-09
1
-3
/
+7
*
work around deprecation warnings in a bunch of tests
Ben Toews
2017-11-09
1
-4
/
+8
*
delegate scope for
pavel
2017-10-27
1
-0
/
+1
*
Add test case for `arel_attribute` with a custom table
Ryuta Kamizono
2017-09-27
1
-1
/
+1
*
Clarify base_class tests on abstract STI vs concrete STI
Yukio Mizuta
2017-08-12
1
-1
/
+6
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Merge pull request #29679 from kamipo/add_test_case_for_27724
Kasper Timm Hansen
2017-07-15
1
-0
/
+5
|
\
|
*
Add a test case for overwriting existing condition on associations
Ryuta Kamizono
2017-07-07
1
-0
/
+5
*
|
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
1
-0
/
+32
|
/
*
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
*
Remove delegating to arel in a relation
Ryuta Kamizono
2017-06-29
1
-0
/
+1
*
Fix association with extension issues
Ryuta Kamizono
2017-05-28
1
-1
/
+1
*
Fix extension method with dirty target in has_many associations
Ryuta Kamizono
2017-03-20
1
-0
/
+4
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-3
/
+3
*
Merge pull request #24099 from k0kubun/preserve-readonly
Rafael Mendonça França
2016-08-18
1
-0
/
+1
|
\
|
*
Preserve readonly flag only for readonly association
Takashi Kokubun
2016-07-30
1
-0
/
+1
*
|
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-7
/
+7
*
|
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-66
/
+66
*
|
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-38
/
+38
|
/
*
Skip the STI condition when evaluating a default scope
Matthew Draper
2016-01-12
1
-0
/
+7
*
Fix merge conflicts from #19501
Sean Griffin
2015-10-29
1
-0
/
+7
|
\
|
*
DRY up STI subclass logic
Cody Cutrer
2015-03-24
1
-0
/
+7
*
|
Merge pull request #19683 from tristang/require-option-for-counter-cache
Rafael Mendonça França
2015-08-13
1
-4
/
+4
|
\
\
|
*
|
Require explicit counter_cache option for has_many
Tristan Gamilis
2015-04-07
1
-4
/
+4
|
|
/
*
/
Fix regression caused by a01d164b
Rafael Mendonça França
2015-07-07
1
-0
/
+16
|
/
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+3
*
remove deprecated support to preload instance-dependent associaitons.
Yves Senn
2015-01-05
1
-4
/
+0
*
Add foreign_type option for polymorphic has_one and has_many.
Ulisses Almeida + Kassio Borges
2014-12-08
1
-0
/
+3
*
Fix "nonexistent" typo in tests
Melissa Xie
2014-12-02
1
-1
/
+1
*
Fix includes on association with a scope containing joins along with conditions
siddharth@vinsol.com
2014-11-21
1
-0
/
+1
*
Use bind values for joined tables in where statements
Sean Griffin
2014-11-01
1
-0
/
+4
*
Autosave callbacks shouldn't be `after_save`
Agis-
2014-10-13
1
-0
/
+9
*
Skip StatementCache for eager loaded associations (Fixes #16761)
Sammy Larbi
2014-09-04
1
-0
/
+6
*
Fixes the `Relation#exists?` to work with polymorphic associations.
Kassio Borges
2014-08-18
1
-0
/
+1
*
Deprecate automatic counter caches on has_many :through
Sean Griffin
2014-06-26
1
-1
/
+1
*
Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master
Rafael Mendonça França
2014-05-14
1
-0
/
+9
|
\
|
*
Make filter_binds filter out symbols that are equal to strings
Nat Budin
2014-05-14
1
-0
/
+9
|
/
*
Get rid of unused method in AR Post test model
Carlos Antonio da Silva
2014-05-05
1
-4
/
+0
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
1
-0
/
+4
|
\
|
*
Merge pull request #14573 from habermann24/has_many_through_fix
Rafael Mendonça França
2014-04-22
1
-0
/
+4
|
|
\
|
|
*
Properly handle scoping with has_many :through. Fixes #14537.
Jan Habermann
2014-04-03
1
-0
/
+4
*
|
|
propogate bind values collected in arel to SQL generation
Aaron Patterson
2014-04-11
1
-0
/
+2
|
/
/
*
/
CollectionProxy uses the arel of its association's scope.
Jefferson Lai
2014-04-02
1
-0
/
+4
|
/
*
Skip `include_values` from through associations chains for building target scope
Paul Nikitochkin
2013-10-27
1
-0
/
+3
*
More unused associations in AR test models
Akira Matsuda
2013-09-10
1
-1
/
+0
*
pk should not be required for hm:t associations
Aaron Patterson
2013-08-29
1
-0
/
+8
[next]