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
*
Merge pull request #35361 from jvillarejo/fix_wrong_size_query_with_distinct_...
Ryuta Kamizono
2019-02-27
1
-0
/
+18
|
\
|
*
fixes different `count` calculation when using `size` manual `select` with DI...
jvillarejo
2019-02-26
1
-0
/
+18
|
/
*
Remove duplicated protected params definitions
Ryuta Kamizono
2019-02-24
1
-20
/
+2
*
More exercise tests for distinct count with group by
Ryuta Kamizono
2019-02-24
1
-2
/
+16
*
Fix `pluck` and `select` with custom attributes
Ryuta Kamizono
2019-02-13
1
-2
/
+3
*
All of queries should return correct result even if including large number
Ryuta Kamizono
2019-01-18
1
-2
/
+2
*
Do not allow passing the column name to `sum` when a block is passed
Rafael Mendonça França
2019-01-17
1
-3
/
+3
*
Do not allow passing the column name to `count` when a block is passed
Rafael Mendonça França
2019-01-17
1
-3
/
+3
*
Revert "Fix NumericData.average test on ruby 2.6"
Alberto Almagro
2019-01-04
1
-6
/
+2
*
Fix TypeError: no implicit conversion of Arel::Attributes::Attribute into Str...
Ryuta Kamizono
2019-01-02
1
-0
/
+2
*
Fix join table column quoting with SQLite.
Gannon McGibbon
2018-12-05
1
-0
/
+4
*
Fix NumericData.average test on ruby 2.6
Abdallah Samman
2018-12-03
1
-2
/
+6
*
Redact SQL in errors
Gannon McGibbon
2018-11-22
1
-2
/
+2
*
Avoid creating temporary arrays in ActiveRecord::Result#cast_values in order ...
Lachlan Sylvester
2018-06-19
1
-0
/
+12
*
Fix GROUP BY queries to apply LIMIT/OFFSET after aggregations
Ryuta Kamizono
2018-06-07
1
-0
/
+18
*
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
|
/
[next]