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
/
calculations_test.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Add `delegate :pick, to: :all`
Yuji Hanamura
2018-03-09
1
-0
/
+5
*
Merge pull request #32005 from maschwenk/ar-distinct-order-count-regression
Ryuta Kamizono
2018-02-27
1
-0
/
+6
|
\
|
*
Distinct with order #count regression
Max Schwenk
2018-02-25
1
-0
/
+8
|
/
*
Add test to make sure pick works in a NullRelation
Rafael Mendonça França
2018-02-12
1
-0
/
+2
*
Add Relation#pick as short-hand for single-value plucks (#31941)
David Heinemeier Hansson
2018-02-09
1
-0
/
+10
*
Fix `count(:all)` with eager loading and having an order other than the drivi...
Ryuta Kamizono
2018-01-25
1
-1
/
+7
*
Fix `pluck` with eager loading to respect `offset`
Ryuta Kamizono
2018-01-07
1
-0
/
+5
*
Fix `count(:all)` to correctly work `distinct` with custom SELECT list
Ryuta Kamizono
2017-12-20
1
-0
/
+6
*
try using regexes
Ben Toews
2017-11-09
1
-7
/
+7
*
allow Arel.sql() for pluck
Ben Toews
2017-11-09
1
-12
/
+12
*
Fix `COUNT(DISTINCT ...)` for `GROUP BY` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-10-14
1
-0
/
+4
*
sqlite3 adapter returns integer value which used to be string
Yasuo Honda
2017-09-01
1
-2
/
+1
*
Merge remote-tracking branch 'origin/master' into unlock-minitest
Rafael Mendonça França
2017-08-01
1
-0
/
+26
|
\
|
*
Should keep the table name qualified `*` for distinct subquery
Ryuta Kamizono
2017-07-22
1
-0
/
+12
|
*
Fix `COUNT(DISTINCT ...)` with `ORDER BY` and `LIMIT`
Ryuta Kamizono
2017-07-22
1
-0
/
+12
|
*
Use frozen-string-literal in ActiveRecord
Kir Shatrov
2017-07-19
1
-0
/
+2
*
|
Merge branch 'master' into unlock-minitest
Kasper Timm Hansen
2017-07-15
1
-2
/
+47
|
\
|
|
*
Skip query cache for in_batches and friends
Eugene Kenny
2017-07-06
1
-0
/
+42
|
*
Revert "Merge pull request #29540 from kirs/rubocop-frozen-string"
Matthew Draper
2017-07-02
1
-1
/
+0
|
*
Enforce frozen string in Rubocop
Kir Shatrov
2017-07-01
1
-0
/
+1
|
*
Fix `test_pluck_without_column_names` when using Oracle
Koichi ITO
2017-06-06
1
-2
/
+5
*
|
Load schema before assertion
yuuji.yaginuma
2017-06-06
1
-0
/
+6
|
/
*
Merge pull request #26634 from kamipo/extract_numeric_data
Rafael França
2017-05-31
1
-8
/
+1
|
\
|
*
Extract `NumericData` model for tests
Ryuta Kamizono
2016-09-27
1
-8
/
+1
*
|
Deprecate passing arguments and block at the same time to `count` and `sum` i...
Ryuta Kamizono
2017-05-29
1
-0
/
+12
*
|
Whitelist adapters that support aliases in `HAVING` clause
Andrew White
2017-03-01
1
-1
/
+1
*
|
Oracle database also does not allow aliases in the having clause
Yasuo Honda
2017-02-27
1
-1
/
+1
*
|
Fix `test_apply_distinct_in_count` failure in PG adapter
Ryuta Kamizono
2017-02-27
1
-0
/
+3
*
|
Include selects in group query with having clause
Eugene Kenny
2017-02-26
1
-1
/
+2
*
|
Suppress `DISTINCT` clause outside aggregate function
Ryuta Kamizono
2017-02-25
1
-0
/
+11
*
|
Revert "Remove useless `column_alias` in `subquery_for_count`"
Ryuta Kamizono
2017-02-07
1
-1
/
+0
*
|
Remove useless `column_alias` in `subquery_for_count`
Ryuta Kamizono
2017-02-06
1
-2
/
+3
*
|
Require "models/post" before "models/comment"
Yasuo Honda
2017-01-04
1
-1
/
+1
*
|
Remove deprecated `#uniq`, `#uniq!`, and `#uniq_value`
Ryuta Kamizono
2016-12-30
1
-4
/
+0
*
|
Add more rubocop rules about whitespaces
Rafael Mendonça França
2016-10-29
1
-6
/
+6
|
/
*
improve error message when include assertions fail
Michael Grosser
2016-09-16
1
-4
/
+4
*
Add three new rubocop rules
Rafael Mendonça França
2016-08-16
1
-2
/
+2
*
modernizes hash syntax in activerecord
Xavier Noria
2016-08-06
1
-18
/
+18
*
applies new string literal convention in activerecord/test
Xavier Noria
2016-08-06
1
-88
/
+88
*
Fix Active Record test failure
Ryuta Kamizono
2016-07-12
1
-3
/
+2
*
Always prefer class types to query types when casting `group`
Sean Griffin
2016-07-11
1
-0
/
+6
*
Forward ActiveRecord::Relation#count to Enumerable#count if block given
Erik Michaels-Ober
2016-03-19
1
-0
/
+4
*
remove args from assert_nothing_raised in tests
Tara Scherner de la Fuente
2016-02-22
1
-2
/
+2
*
Remove legacy mysql adapter
Ryuta Kamizono
2015-12-21
1
-2
/
+2
*
Remove legacy mysql adapter
Abdelkader Boudih
2015-12-17
1
-1
/
+1
*
Fix generated projection fields in group by query
Rafael Sales
2015-10-22
1
-0
/
+5
*
Merge pull request #20653 from repinel/allow-arel-select-count
Sean Griffin
2015-10-20
1
-0
/
+52
|
\
|
*
Allow select with Arel and count as well as calculations with Arel
Roque Pinel
2015-06-30
1
-0
/
+52
*
|
Qualify column names in calculation
Soutaro Matsumoto
2015-10-20
1
-0
/
+19
*
|
Fix AC::Parameters not being sanitized for query methods.
Guo Xiang Tan
2015-10-02
1
-0
/
+32
|
/
[next]