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_chain_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Active Record to let Arel manage bind params
Sean Griffin
2017-07-24
1
-1
/
+1
*
Merge pull request #29732 from kirs/frozen-activerecord
Rafael França
2017-07-21
1
-0
/
+2
|
\
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Revert "Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`"
Sean Griffin
2017-07-21
1
-1
/
+1
|
/
*
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
*
Extract `bind_param` and `bind_attribute` into `ActiveRecord::TestCase`
Ryuta Kamizono
2017-05-04
1
-1
/
+1
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-1
/
+1
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-21
/
+21
*
`WhereClause#predicates` does not need to be public
Sean Griffin
2015-01-27
1
-99
/
+23
*
Remove all references to `where_values` in tests
Sean Griffin
2015-01-25
1
-36
/
+36
*
Whether a column exists or not doesn't affect whether we can use binds
Sean Griffin
2015-01-19
1
-1
/
+1
*
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
1
-1
/
+1
*
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
*
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
*
Remove duplicated parameter check on #where!
Sergey Alekseev
2014-05-23
1
-1
/
+1
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-25
1
-4
/
+4
|
\
|
*
use ARel factory methods for building AST nodes
Aaron Patterson
2014-03-24
1
-15
/
+15
*
|
remove dead code
Aaron Patterson
2014-01-14
1
-3
/
+0
*
|
adjust AST tests to respect bind values
Aaron Patterson
2014-01-14
1
-21
/
+61
|
/
*
raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg...
Kuldeep Aggarwal
2013-12-30
1
-0
/
+6
*
Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...
David Heinemeier Hansson
2013-11-02
1
-0
/
+30
*
stop calling to_sym when building arel nodes [CVE-2013-1854]
Aaron Patterson
2013-03-15
1
-10
/
+15
*
Rollback where.like and where.not_like
Carlos Antonio da Silva
2012-12-07
1
-17
/
+2
*
Document the types of arguments accepted by AR#not
claudiob
2012-12-07
1
-0
/
+12
*
Fix where.not with in clause
Carlos Antonio da Silva
2012-12-07
1
-1
/
+1
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
1
-0
/
+78