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
*
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