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
/
cases
/
relation
/
mutation_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
don't check for immutability when setting skip_preloading as it doesn't effec...
Lachlan Sylvester
2018-04-12
1
-1
/
+1
*
Only preload misses on multifetch cache
Lachlan Sylvester
2018-03-06
1
-1
/
+6
*
Use assert_predicate and assert_not_predicate
Daniel Colson
2018-01-25
1
-2
/
+2
*
Avoid passing unnecessary arguments to relation
Daniel Colson
2018-01-24
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
Extract `FakeKlass` in `relation_test.rb` and `relation/mutation_test.rb`
Ryuta Kamizono
2017-07-11
1
-33
/
+5
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-1
/
+6
*
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 unused `left_joins_values` generation
Ryuta Kamizono
2017-05-23
1
-1
/
+1
*
Remove duplicated "test" prefix
Ryuta Kamizono
2017-04-07
1
-1
/
+1
*
class Foo < Struct.new(:x) creates an extra unneeded anonymous class
Akira Matsuda
2017-01-13
1
-1
/
+1
*
`self.` is not needed when calling its own instance method
Akira Matsuda
2017-01-05
1
-1
/
+1
*
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-17
/
+1
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
Use `ActiveRecord::TestCase` rather than `ActiveSupport::TestCase` in AR test...
Ryuta Kamizono
2016-08-11
1
-1
/
+1
*
Add `Style/EmptyLines` in `.rubocop.yml` and remove extra empty lines
Ryuta Kamizono
2016-08-07
1
-1
/
+0
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-37
/
+37
*
No need `public_send`
Ryuta Kamizono
2016-07-17
1
-2
/
+2
*
Defer Arel attribute lookup to the model class
Matthew Draper
2016-02-04
1
-0
/
+4
*
Define `sanitize_sql_for_order` for AR and use it inside `preprocess_order_args`
yui-knk
2015-11-02
1
-0
/
+4
*
Alias left_joins to left_outer_joins
Takashi Kokubun
2015-10-31
1
-1
/
+1
*
Removed mocha from Active Record Part 2
Ronak Jangir
2015-09-16
1
-3
/
+4
*
Remove unused variable
Arun Agrawal
2015-05-26
1
-1
/
+1
*
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-4
/
+13
*
Move the `from` bind logic to a `FromClause` class
Sean Griffin
2015-01-26
1
-3
/
+3
*
Remove `Relation#bind_values=`
Sean Griffin
2015-01-26
1
-1
/
+1
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
1
-3
/
+3
*
Fix new warning in ruby 2.2
Sean Griffin
2014-12-26
1
-2
/
+2
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+1
*
A `NullRelation` should represent nothing. Closes #15176.
Yves Senn
2014-09-11
1
-0
/
+4
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+6
*
Build the reverse_order on its proper method.
Lauro Caetano
2014-04-07
1
-3
/
+11
*
Handle aliased attributes in AR::Relation#select, #order, etc.
Tsutomu Kuroda
2014-01-29
1
-0
/
+4
*
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-1
/
+1
*
use arel nodes to represent non-string `order_values`.
Yves Senn
2013-11-19
1
-5
/
+1
*
Merge pull request #12129 from Empact/deprecate-array-bang-delegation
Rafael Mendonça França
2013-09-12
1
-7
/
+16
*
Pull the RelationMutationTests from cases/relation_test to cases/relation/mut...
Ben Woosley
2013-09-03
1
-0
/
+139