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
/
relations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Merge pull request #23751 from chezou/add-test-case-order-by-field
Andrew White
2016-02-22
1
-0
/
+6
|
\
|
*
Add assertions order by field with empty data
Michiaki Ariga
2016-02-18
1
-0
/
+6
*
|
Mutating the result of Relation#to_a should not affect the relation
Matthew Draper
2016-02-21
1
-0
/
+10
|
/
*
Introduce ActiveRecord::IrreversibleOrderError
Bogdan Gusiev
2016-01-27
1
-0
/
+34
*
Merge pull request #22053 from Empact/first-loaded
Yves Senn
2015-12-28
1
-3
/
+26
|
\
|
*
Fix `first(limit)` to take advantage of `loaded?` records if available
Ben Woosley
2015-12-24
1
-3
/
+14
|
/
*
Revert "Perform a more efficient query in `Relation#any?`"
Sean Griffin
2015-12-14
1
-0
/
+7
*
Merge pull request #13008 from ktheory/sanitize_order
Sean Griffin
2015-10-29
1
-0
/
+5
|
\
|
*
Support SQL sanitization in AR::QueryMethods#order
Aaron Suggs
2013-11-22
1
-0
/
+5
*
|
Add deprecation warning to `ActiveRecord::Relation#update`
Ted Johansson
2015-10-15
1
-0
/
+7
*
|
Skip the test added in 9cc324a on buggy versions of SQlite
Sean Griffin
2015-09-21
1
-10
/
+0
*
|
Ensure aliased attributes passed to `select` are quoted if using `from`
Sean Griffin
2015-09-21
1
-0
/
+10
*
|
Deprecate passing conditions to AR::Relation destroy_all and delete_all methods
Wojciech Wnętrzak
2015-09-06
1
-0
/
+12
*
|
Fix regression caused by a01d164b
Rafael Mendonça França
2015-07-07
1
-0
/
+19
*
|
Merge pull request #20196 from huoxito/preload-association-and-merges
Rafael Mendonça França
2015-05-28
1
-1
/
+27
|
\
\
|
*
|
Properly append preload / includes args on Merger
Washington Luiz
2015-05-28
1
-1
/
+27
*
|
|
deprecate `Relation#uniq` use `Relation#distinct` instead.
Yves Senn
2015-05-26
1
-4
/
+7
|
/
/
*
|
Raise ArgumentError when find_by receives no arguments
Kohei Suzuki
2015-04-11
1
-0
/
+8
*
|
Merge pull request #18744 from mfazekas/no-table-name-with-from
Rafael Mendonça França
2015-02-24
1
-0
/
+11
*
|
Optimize none? and one? relation query methods to use LIMIT and COUNT.
Eugene Gilburg
2015-02-12
1
-0
/
+34
*
|
Fixed AR::Relation#group method when argument is a SQL reserved keyword
Bogdan Gusiev
2015-01-29
1
-0
/
+5
*
|
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-1
/
+1
*
|
Use an `Attribute` object to represent a bind value
Sean Griffin
2015-01-27
1
-3
/
+2
*
|
Remove unused `bind` and `bind!` methods from `Relation`
Sean Griffin
2015-01-26
1
-9
/
+0
*
|
Generate a query that makes sense when testing having clauses
Sean Griffin
2015-01-26
1
-3
/
+4
*
|
Change `having_values` to use the `WhereClause` class
Sean Griffin
2015-01-26
1
-2
/
+18
*
|
Don't remove join dependencies in `Relation#exists?`
Sean Griffin
2015-01-23
1
-0
/
+6
*
|
remove deprecation warning when modifying a Relation with cached arel.
Yves Senn
2015-01-05
1
-0
/
+8
*
|
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`
Rafael Mendonça França
2015-01-04
1
-6
/
+0
*
|
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
1
-1
/
+1
*
|
Merge pull request #11898 from prathamesh-sonpatki/patch-update
Rafael Mendonça França
2015-01-02
1
-0
/
+18
|
\
\
|
*
|
Allow ActiveRecord::Relation#update to run on result of a relation with callb...
Prathamesh Sonpatki
2014-12-20
1
-0
/
+18
*
|
|
Remove `klass` and `arel_table` as a dependency of `PredicateBuilder`
Sean Griffin
2014-12-26
1
-1
/
+2
*
|
|
Inject the `PredicateBuilder` into the `Relation` instance
Sean Griffin
2014-12-26
1
-1
/
+2
|
/
/
*
|
Deprecate `Class` handler in `PredicateBuilder`
Melanie Gilman
2014-12-04
1
-1
/
+3
*
|
Pass symbol as an argument instead of a block
Erik Michaels-Ober
2014-11-29
1
-4
/
+4
*
|
rm `reorder_bind_params`
Sean Griffin
2014-11-17
1
-1
/
+1
*
|
Build fix when running in isolation
Arun Agrawal
2014-11-14
1
-0
/
+1
*
|
switch `assert_operator` arguments as discussed in #16860.
Yves Senn
2014-09-11
1
-1
/
+1
*
|
A `NullRelation` should represent nothing. Closes #15176.
Yves Senn
2014-09-11
1
-0
/
+5
*
|
Ignore SCHEMA queries when asserting no queries
Akira Matsuda
2014-08-28
1
-6
/
+6
*
|
Fixed find_by("sql fragment without bindings") on master
Godfrey Chan
2014-08-25
1
-2
/
+2
*
|
Move test to the proper file
Rafael Mendonça França
2014-05-26
1
-7
/
+0
*
|
Add missing test case for quoting behavior
Sean Griffin
2014-05-26
1
-0
/
+7
*
|
Merge pull request #14803 from kuldeepaggarwal/null_relation_sum_fix
Matthew Draper
2014-05-22
1
-0
/
+44
|
\
\
|
*
|
Fixed a problem where `sum`, `size`, `average`, `minimum` and `maximum` used
Kuldeep Aggarwal
2014-05-15
1
-0
/
+44
*
|
|
fix multiple hash preloads. Fixes #14994
Aaron Patterson
2014-05-20
1
-0
/
+7
*
|
|
Fix `Relation#delete_all` inconsistency
Leandro Facchinetti
2014-05-16
1
-1
/
+5
|
/
/
*
|
Put back Relation#join method as a delegate to Array
Bogdan Gusiev
2014-05-05
1
-0
/
+4
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
1
-0
/
+22
|
\
\
[next]