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
*
Suppress `warning: BigDecimal.new is deprecated` in activerecord
Yasuo Honda
2017-12-13
1
-1
/
+1
*
Add test cases for `where.not` with polymorphic association
Ryuta Kamizono
2017-08-18
1
-0
/
+19
*
Currently if relation object are passed to where condition for has one or has...
chopraanmol1
2017-08-08
1
-0
/
+14
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-1
/
+1
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
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
*
Prevent making bind param if casted value is nil
Ryuta Kamizono
2017-05-31
1
-1
/
+5
*
Restore `fixtures :author_addresses`
Ryuta Kamizono
2017-04-27
1
-1
/
+1
*
Revert "Merge pull request #27636 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-04-26
1
-1
/
+1
*
Add a test case for #20802
Ryuta Kamizono
2017-04-13
1
-0
/
+5
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2017-03-26
1
-1
/
+1
*
Revert "Merge pull request #21233 from mtsmfm/disable-referential-integrity-w...
Rafael Mendonça França
2017-01-03
1
-1
/
+1
*
Use `SET CONSTRAINTS` for `disable_referential_integrity` without superuser p...
Fumiaki MATSUSHIMA
2016-12-03
1
-1
/
+1
*
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
*
Change require order to come `require "models/post"` before `require "models/...
Yasuo Honda
2016-09-02
1
-1
/
+1
*
Do not handle as an associated predicate if a table has the column
Ryuta Kamizono
2016-08-16
1
-1
/
+1
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-11
/
+11
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-13
/
+13
*
Fixed `where` for polymorphic associations when passed an array containing di...
Philippe Huibonhoa
2016-02-16
1
-1
/
+13
*
Suppress warnings of `assigned but unused variable`
yui-knk
2015-10-17
1
-2
/
+0
*
`where` raises ArgumentError on unsupported types.
Jake Worth
2015-10-16
1
-0
/
+6
*
Fix AC::Parameters not being sanitized for query methods.
Guo Xiang Tan
2015-10-02
1
-0
/
+26
*
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
[next]