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
/
where_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Respect custom primary keys for associations in `Relation#where`
Sean Griffin
2015-02-04
1
-1
/
+37
*
Fix bind value copying from subqueried relations
Sean Griffin
2015-01-19
1
-0
/
+8
*
Properly copy nested bind values from subqueried relations
Sean Griffin
2015-01-09
1
-9
/
+21
*
Remove deprecated behavior allowing nested arrays as query values
Melanie Gilman
2014-12-04
1
-6
/
+0
*
Fix test which failed in isolation
Sean Griffin
2014-11-01
1
-0
/
+1
*
Fix query with nested array in Active Record
Cristian Bica
2014-09-06
1
-1
/
+3
*
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
*
Better support for `where()` conditions that use an association name.
Martin Emde
2013-12-16
1
-0
/
+34
*
Delegate #rewhere to all on the class like all other relation methods
David Heinemeier Hansson
2013-11-02
1
-0
/
+4
*
check class hierarchy with is_a? in PredicateBuilder.expand
Mikhail Dieterle
2013-08-27
1
-0
/
+25
*
Handle aliased attributes in ActiveRecord::Relation.
Godfrey Chan
2013-05-01
1
-0
/
+8
*
Revert "Merge pull request #9207 from dylanahsmith/mysql-quote-numeric"
Steve Klabnik
2013-02-27
1
-25
/
+0
*
Reverting e170014113 (Change behaviour with empty hash in where clause)
Guillermo Iguaran
2013-02-08
1
-6
/
+2
*
Reverting 16f6f25 (Change behaviour with empty array in where clause)
Guillermo Iguaran
2013-02-08
1
-3
/
+1
*
Change behaviour with empty array in where clause
robertomiranda
2013-02-08
1
-1
/
+3
*
Change behaviour with empty hash in where clause
robertomiranda
2013-02-08
1
-2
/
+6
*
active_record: Quote numeric values compared to string columns.
Dylan Smith
2013-02-07
1
-0
/
+25
*
reduce the number of queries on IN clauses, fix relation queries in `where`
Aaron Patterson
2013-01-24
1
-1
/
+14
*
Fix syntax error and remove duplicated test
Carlos Antonio da Silva
2013-01-08
1
-6
/
+4
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-08
1
-0
/
+6
*
Revert "Merge branch 'master-sec'"
Jeremy Kemper
2013-01-08
1
-6
/
+0
*
* Strip nils from collections on JSON and XML posts. [CVE-2013-0155] * dealin...
Aaron Patterson
2013-01-07
1
-0
/
+6
*
Move where with blank conditions test to the correct where tests file
Carlos Antonio da Silva
2012-12-07
1
-0
/
+6
*
fix querying with an empty hash
Damien Mathieu
2012-09-19
1
-1
/
+10
*
Fix nested association references
Jon Leighton
2012-09-12
1
-38
/
+31
*
Accept belongs_to assoc. keys in ActiveRecord queries
beerlington
2012-09-11
1
-1
/
+69
*
predicate builder should not recurse for determining where columns.
Aaron Patterson
2012-05-30
1
-0
/
+19