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