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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-1
/
+37
*
Post.all.or(anything) == Post.all
Sean Griffin
2015-01-29
2
-5
/
+5
*
Bring the implementation of Relation#or up to speed
Sean Griffin
2015-01-28
2
-3
/
+26
*
Added #or to ActiveRecord::Relation
Matthew Draper
2015-01-28
1
-0
/
+81
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-2
/
+2
*
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
2
-19
/
+8
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
2
-102
/
+27
*
Move where grouping into `WhereClause`
Sean Griffin
2015-01-27
1
-0
/
+33
*
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
2
-39
/
+39
*
Move `where_unscoping` logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+14
*
Move `where.not` logic into `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+26
*
Remove all references to `where_values` in association code
Sean Griffin
2015-01-25
1
-0
/
+5
*
Move where merging logic over to `WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+42
*
Introduce `Relation::WhereClause`
Sean Griffin
2015-01-25
1
-0
/
+41
*
Fix bind value copying from subqueried relations
Sean Griffin
2015-01-19
1
-0
/
+8
*
Whether a column exists or not doesn't affect whether we can use binds
Sean Griffin
2015-01-19
1
-1
/
+1
*
Should escape regexp wildcard character `.`
Ryuta Kamizono
2015-01-19
1
-1
/
+1
*
Properly copy nested bind values from subqueried relations
Sean Griffin
2015-01-09
1
-9
/
+21
*
Remove all cases of manuallly wrapping `Arel::Nodes::Quoted`
Sean Griffin
2014-12-29
1
-2
/
+2
*
Fix failing tests
Sean Griffin
2014-12-29
1
-8
/
+4
*
Inform Arel we don't need additional type casting in tests
Sean Griffin
2014-12-26
2
-3
/
+3
*
Eagerly cast array values passed to the predicate builder
Sean Griffin
2014-12-26
1
-2
/
+6
*
Perform casting of single values within the predicate builder
Sean Griffin
2014-12-26
1
-1
/
+1
*
Fix new warning in ruby 2.2
Sean Griffin
2014-12-26
1
-2
/
+2
*
Change `PredicateBuilder` handler methods to instance methods
Sean Griffin
2014-12-26
1
-1
/
+3
*
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+1
*
Remove deprecated behavior allowing nested arrays as query values
Melanie Gilman
2014-12-04
1
-6
/
+0
*
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
Fix test which failed in isolation
Sean Griffin
2014-11-01
1
-0
/
+1
*
Allow Relation#rewhere to work with infinite range values
Dan Olson
2014-10-27
1
-0
/
+21
*
Fix Relation.rewhere to work with Range values
Dan Olson
2014-10-20
1
-0
/
+7
*
A `NullRelation` should represent nothing. Closes #15176.
Yves Senn
2014-09-11
1
-0
/
+4
*
Fix query with nested array in Active Record
Cristian Bica
2014-09-06
1
-1
/
+3
*
Load :developers fixtures where expecting a Developer to be there
Akira Matsuda
2014-09-05
1
-1
/
+1
*
"warning: assigned but unused variable"
Akira Matsuda
2014-08-21
1
-1
/
+1
*
Only merge scopes with zero arity in has_many through
Agis-
2014-08-20
1
-0
/
+13
*
Add a test case of nested empty array values in conditions
Jean Boussier
2014-08-17
1
-0
/
+4
*
Fixed AR::Relation#where edge case with Hash and other Relation
Bogdan Gusiev
2014-08-14
1
-0
/
+9
*
active_record: Type cast booleans and durations for string columns.
Dylan Thacker-Smith
2014-07-06
1
-1
/
+32
*
Remove duplicated parameter check on #where!
Sergey Alekseev
2014-05-23
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
/
+5
|
\
|
*
Make filter_binds filter out symbols that are equal to strings
Nat Budin
2014-05-14
1
-0
/
+5
|
/
*
Modify assert conditions not to be affected
Yasuo Honda
2014-05-12
1
-2
/
+3
*
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
1
-1
/
+6
|
\
|
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+6
*
|
remove the bind substitution visitor. to_sql should never return bind values
Aaron Patterson
2014-04-09
1
-3
/
+1
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-3
/
+11
|
\
|
[next]