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
*
Fix merging left_joins to maintain its own `join_type` context
Ryuta Kamizono
2019-04-27
1
-0
/
+1
*
Avoid redundant `attribute_alias?` before `attribute_alias`
Ryuta Kamizono
2019-04-24
1
-2
/
+2
*
Fix `automatic_inverse_of` not to be disabled if extension block is given
Ryuta Kamizono
2019-04-12
1
-0
/
+4
*
There is no need to check `null_relation?` in `empty_scope?`
Ryuta Kamizono
2019-04-06
1
-0
/
+4
*
Fixed reselect throwing NoMethodError on ActiveRecord.
Abhay Nikam
2019-03-03
1
-0
/
+6
*
Use the correct model in the test
Rafael Mendonça França
2019-03-01
1
-1
/
+1
*
Fix test that was broken by adding a default scope to an existing model
Rafael Mendonça França
2019-02-26
1
-0
/
+1
*
Fix `order` with custom attributes
Ryuta Kamizono
2019-02-17
1
-0
/
+4
*
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
1
-0
/
+1
*
Fix the scoping with query methods in the scope block
Ryuta Kamizono
2018-11-30
1
-0
/
+1
*
Generate delegation methods to named scope in the definition time
Ryuta Kamizono
2018-10-09
1
-2
/
+6
*
Permit list usage cleanup and clearer documentation
Kevin Deisz
2018-08-27
1
-1
/
+1
*
Convert over the rest of the whitelist references
Kevin Deisz
2018-08-24
1
-1
/
+1
*
Avoid extra scoping in delegating to klass methods in the `scope` block
Ryuta Kamizono
2018-07-19
1
-0
/
+1
*
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
[next]