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
*
fix default select when from is used
Cody Cutrer
2013-12-19
1
-0
/
+5
*
Remove delegation test.
laurocaetano
2013-12-12
1
-17
/
+46
*
Revert "Merge pull request #12518 from vipulnsward/remove_count_options"
Rafael Mendonça França
2013-12-11
1
-1
/
+1
*
move Relation#merge tests into separate file.
Yves Senn
2013-11-13
1
-121
/
+0
*
Fix order dependent tests
Rafael Mendonça França
2013-10-22
1
-4
/
+4
*
Process sub-query relation's binding values
Paul Nikitochkin
2013-10-20
1
-0
/
+25
*
Pluck on NullRelation accepts a list of columns
Derek Prior
2013-10-15
1
-1
/
+1
*
Merge pull request #12518 from vipulnsward/remove_count_options
Rafael Mendonça França
2013-10-13
1
-1
/
+1
|
\
|
*
Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio...
Vipul A M
2013-10-14
1
-1
/
+1
*
|
Merge pull request #12508 from jetthoughts/12415_generate_subqueries_for_rela...
Rafael Mendonça França
2013-10-13
1
-0
/
+5
|
\
\
|
|
/
|
/
|
|
*
Generate subquery for Relation passed as array condition for where
Paul Nikitochkin
2013-10-13
1
-0
/
+5
*
|
Fixes #11773 when using includes combined with select, the select statement w...
Edo Balvers
2013-10-08
1
-0
/
+8
|
/
*
Squashed commit of the following:
Aaron Patterson
2013-10-01
1
-0
/
+5
*
Removed where_values_hash from AR::NullRelation
Paul Nikitochkin
2013-09-28
1
-0
/
+4
*
Allow Relation#from to accept other relations with bind values.
Ryan Wallace
2013-09-08
1
-0
/
+7
*
Extracted from `order` processing of arguments, and use it for `reorder` to b...
Paul Nikitochkin
2013-09-04
1
-0
/
+18
*
test-case for fixed issue #11870.
Yves Senn
2013-08-14
1
-0
/
+4
*
Revert change on ActiveRecord::Relation#order method that prepends new
Rafael Mendonça França
2013-07-29
1
-7
/
+7
*
reorder bind parameters when merging relations
Aaron Patterson
2013-07-15
1
-0
/
+17
*
Revert "Merge pull request #11299 from arunagw/disable_implicit_join_referenc...
Yves Senn
2013-07-05
1
-0
/
+6
*
Remove deprecated `ActiveRecord::Base.disable_implicit_join_references=`.
Arun Agrawal
2013-07-04
1
-6
/
+0
*
fix to_sql output on eager loaded relations
Aaron Patterson
2013-07-02
1
-0
/
+8
*
remove deprecated implicit join references.
Yves Senn
2013-06-29
1
-23
/
+2
*
Remove depreacted finders
Łukasz Strzałkowski
2013-06-28
1
-1
/
+1
*
Merge pull request #10561 from Empact/nix-throwresult
Jon Leighton
2013-06-07
1
-2
/
+3
|
\
|
*
Make NullRelation a bit more like a real relation by returning 0 for #calcula...
Ben Woosley
2013-05-10
1
-2
/
+3
*
|
avoid creating a set if no where values are removed
Aaron Patterson
2013-05-21
1
-0
/
+12
*
|
remove bind values for where clauses that were removed
Aaron Patterson
2013-05-21
1
-0
/
+10
|
/
*
When empty options passed to having clause having_values was [nil] but should...
Fyodor
2013-04-23
1
-0
/
+8
*
Fix implicit join references option reversion in test
Carlos Antonio da Silva
2013-03-15
1
-1
/
+2
*
make it possible to disable implicit join references.
Yves Senn
2013-03-15
1
-0
/
+9
*
Deprecate the `:distinct` option for `Relation#count`.
Yves Senn
2013-03-15
1
-4
/
+4
*
rename `Relation#uniq` to `Relation#distinct`. `#uniq` still works.
Yves Senn
2013-03-15
1
-1
/
+5
*
Unprepared Visitor + unprepared_statement
Cédric FABIANSKI
2013-03-08
1
-0
/
+7
*
Added comments about the check_empty_arguments method which is called
wangjohn
2013-02-20
1
-0
/
+16
*
Reverting 16f6f25 (Change behaviour with empty array in where clause)
Guillermo Iguaran
2013-02-08
1
-3
/
+2
*
Change behaviour with empty array in where clause
robertomiranda
2013-02-08
1
-2
/
+3
*
Prevent Relation#merge from collapsing wheres on the RHS
Jon Leighton
2013-01-27
1
-0
/
+13
*
Added test case to prevent regression of chained, preloaded scopes. (#7490)
Chris Geihsler
2013-01-19
1
-0
/
+7
*
deprecate `assert_blank` and `assert_present`.
Yves Senn
2013-01-05
1
-2
/
+2
*
Revert "[#8743] Test case"
Rafael Mendonça França
2013-01-05
1
-5
/
+0
*
[#8743] Test case
Cédric FABIANSKI
2013-01-05
1
-0
/
+5
*
Use separate Relation subclasses for each AR class
Jon Leighton
2012-11-30
1
-0
/
+29
*
Ensure ordering to make the test pass with postgresql
Carlos Antonio da Silva
2012-11-18
1
-4
/
+5
*
Add test to ensure preloading works as expected with "select" and "includes".
Dieter Komendera
2012-11-18
1
-0
/
+13
*
loaded relations cannot be mutated by extending!
Juanjo Bazán
2012-10-28
1
-0
/
+9
*
nodoc the first_or_create methods and document alternatives
Jon Leighton
2012-10-19
1
-0
/
+10
*
Add Relation#find_or_create_by and friends
Jon Leighton
2012-10-19
1
-0
/
+23
*
learn ActiveRecord::QueryMethods#order work with hash arguments
Tima Maslyuchenko
2012-10-12
1
-0
/
+16
*
remove duplicated require statements in AR test cases
Yves Senn
2012-10-09
1
-1
/
+0
[next]