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
...
*
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
*
Remove duplicated parameter check on #where!
Sergey Alekseev
2014-05-23
1
-1
/
+1
*
Merge pull request #15078 from nbudin/fix_merger_filter_binds_comparison_master
Rafael Mendonça França
2014-05-14
1
-0
/
+5
|
\
|
*
Make filter_binds filter out symbols that are equal to strings
Nat Budin
2014-05-14
1
-0
/
+5
|
/
*
Modify assert conditions not to be affected
Yasuo Honda
2014-05-12
1
-2
/
+3
*
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-1
/
+1
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-25
1
-1
/
+6
|
\
|
*
select! renamed to avoid name collision Array#select!
Earl J St Sauver
2014-04-21
1
-1
/
+6
*
|
remove the bind substitution visitor. to_sql should never return bind values
Aaron Patterson
2014-04-09
1
-3
/
+1
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-3
/
+11
|
\
|
|
*
Build the reverse_order on its proper method.
Lauro Caetano
2014-04-07
1
-3
/
+11
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-03-25
2
-6
/
+6
|
\
|
|
*
use ARel factory methods for building AST nodes
Aaron Patterson
2014-03-24
2
-17
/
+17
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-02-17
1
-0
/
+4
|
\
|
|
*
Handle aliased attributes in AR::Relation#select, #order, etc.
Tsutomu Kuroda
2014-01-29
1
-0
/
+4
*
|
Merge branch 'master' into set_binds
Aaron Patterson
2014-01-14
1
-2
/
+2
|
\
|
*
|
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
*
|
where uses bind values so we don't need to manually create them
Aaron Patterson
2014-01-14
1
-11
/
+3
*
|
remove test that does not apply anymore
Aaron Patterson
2014-01-14
1
-12
/
+1
|
/
*
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
[prev]
[next]