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
*
raise `ArgumentError` exception if `Model.where.not` is called with `nil` arg...
Kuldeep Aggarwal
2013-12-30
1
-0
/
+6
*
Create a blacklist to disallow mutator methods to be delegated to `Array`.
Lauro Caetano
2013-12-17
1
-4
/
+11
*
Better support for `where()` conditions that use an association name.
Martin Emde
2013-12-16
1
-0
/
+34
*
Add a bunch of Relation -> Array delegate methods to the whitelist. This won'...
Jeremy Kemper
2013-12-12
1
-28
/
+14
*
Use `public_send` instead of just use `send`.
Lauro Caetano
2013-12-12
1
-4
/
+4
*
Use a whitelist to delegate methods to array
Lauro Caetano
2013-12-12
1
-57
/
+32
*
Merge pull request #13029 from akshay-vishnoi/documentation
Yves Senn
2013-11-25
1
-4
/
+4
|
\
|
*
`delgated` => `delegated`
Akshay Vishnoi
2013-11-25
1
-4
/
+4
*
|
Fix ActiveRecord::Relation#unscope
Jon Leighton
2013-11-20
1
-1
/
+1
*
|
use arel nodes to represent non-string `order_values`.
Yves Senn
2013-11-19
2
-5
/
+13
|
/
*
Address test_merging_where_relations failure by adding `order("posts.id")`
Yasuo Honda
2013-11-18
1
-1
/
+1
*
fix weird Emacs auto indentation. [ci skip]
Yves Senn
2013-11-13
1
-8
/
+8
*
tests for merging Relations of different classes.
Yves Senn
2013-11-13
1
-0
/
+19
*
move Relation#merge tests into separate file.
Yves Senn
2013-11-13
1
-0
/
+131
*
Avoid sorting an Array including objects from different Classes
Akira Matsuda
2013-11-11
1
-1
/
+1
*
Load test fixtures where data are needed
Akira Matsuda
2013-11-11
1
-0
/
+2
*
A tiny grammatical fix
Akira Matsuda
2013-11-11
1
-1
/
+1
*
Delegate #rewhere to all on the class like all other relation methods
David Heinemeier Hansson
2013-11-02
1
-0
/
+4
*
Added ActiveRecord::QueryMethods#rewhere which will overwrite an existing, na...
David Heinemeier Hansson
2013-11-02
1
-0
/
+30
*
Allow methods arity below -1 in assert_responds.
Federico Ravasio
2013-10-08
1
-3
/
+4
*
Merge pull request #12129 from Empact/deprecate-array-bang-delegation
Rafael Mendonça França
2013-09-12
2
-0
/
+245
|
\
|
*
Deprecate the delegation of Array bang methods in ActiveRecord::Delegation
Ben Woosley
2013-09-04
1
-0
/
+97
|
*
Pull the RelationMutationTests from cases/relation_test to cases/relation/mut...
Ben Woosley
2013-09-03
1
-0
/
+139
|
/
*
check class hierarchy with is_a? in PredicateBuilder.expand
Mikhail Dieterle
2013-08-27
1
-0
/
+25
*
Change test_registering_new_handlers and test_count_on_invalid_columns_raises
Yasuo Honda
2013-08-02
1
-1
/
+1
*
Add ability to specify how a class is converted to Arel predicate
sgrif
2013-07-28
1
-0
/
+14
*
Handle aliased attributes in ActiveRecord::Relation.
Godfrey Chan
2013-05-01
1
-0
/
+8
*
stop calling to_sym when building arel nodes [CVE-2013-1854]
Aaron Patterson
2013-03-15
1
-10
/
+15
*
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
*
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
*
Move where with blank conditions test to the correct where tests file
Carlos Antonio da Silva
2012-12-07
1
-0
/
+6
*
Relation.where with no args can be chained with not, like, and not_like
Akira Matsuda
2012-11-30
1
-0
/
+78
*
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