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
/
lib
/
active_record
/
relation
/
calculations.rb
Commit message (
Expand
)
Author
Age
Files
Lines
*
Refactor Calculations#execute_grouped_calculation and clean AR test case
Rafael Sales
2015-10-22
1
-10
/
+4
*
Fix generated projection fields in group by query
Rafael Sales
2015-10-22
1
-1
/
+2
*
Merge pull request #20653 from repinel/allow-arel-select-count
Sean Griffin
2015-10-20
1
-1
/
+3
|
\
|
*
Allow select with Arel and count as well as calculations with Arel
Roque Pinel
2015-06-30
1
-1
/
+3
*
|
Qualify column names in calculation
Soutaro Matsumoto
2015-10-20
1
-1
/
+1
*
|
applies new doc guidelines to Active Record.
Yves Senn
2015-10-14
1
-15
/
+16
*
|
docs, fix highlighting for code examples in calculations.rb [ci skip]
Yves Senn
2015-10-13
1
-20
/
+20
*
|
`column_alias_for` method is no more supporting *keys [ci skip]
amitkumarsuroliya
2015-09-26
1
-1
/
+0
*
|
remove warning from Calculations#sum
yuuji.yaginuma
2015-09-23
1
-1
/
+1
*
|
Fix arguments of `AR::Calculations#sum`
yui-knk
2015-09-23
1
-3
/
+3
*
|
[skip ci] #distinct instead of #uniq
Jon Atack
2015-07-03
1
-2
/
+3
|
/
*
Update .pluck documentation on uniq
Prem Sichanugrist
2015-06-26
1
-1
/
+1
*
Include `Enumerable` in `ActiveRecord::Relation`
Sean Griffin
2015-06-19
1
-6
/
+3
*
Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is given
Sean Griffin
2015-06-19
1
-2
/
+6
*
Allow Enumerable#pluck to take a splat.
Kevin Deisz
2015-05-29
1
-0
/
+4
*
Enhance documentation of pluck with a hint to ids [ci skip]
wingfire
2015-04-12
1
-3
/
+5
*
Drop `references_eager_loaded_tables?` test from `has_include?`
Ben Woosley
2015-03-17
1
-1
/
+1
*
Spell PostgreSQL correctly :elephant:
Akira Matsuda
2015-02-28
1
-1
/
+1
*
`Type#type_cast_from_database` -> `Type#deserialize`
Sean Griffin
2015-02-17
1
-2
/
+2
*
Attribute assignment and type casting has nothing to do with columns
Sean Griffin
2015-01-31
1
-1
/
+1
*
Don't error when grouped calculations return 0 records
Sean Griffin
2015-01-28
1
-1
/
+1
*
Remove Relation#bind_params
Sean Griffin
2015-01-27
1
-3
/
+3
*
Unify access to bind values on Relation
Sean Griffin
2015-01-27
1
-9
/
+3
*
Change `having_values` to use the `WhereClause` class
Sean Griffin
2015-01-26
1
-1
/
+1
*
Remove support to activerecord-deprecated_finders
Rafael Mendonça França
2015-01-02
1
-25
/
+12
*
Fix ProtocolViolation/bind message supplies for polymorphic + pluck or group
Miklos Fazkeas
2014-12-11
1
-2
/
+2
*
Correctly cast calculation results on PG
Sean Griffin
2014-11-01
1
-1
/
+2
*
Don't require calculations to be aliased to a column
Sean Griffin
2014-10-31
1
-1
/
+1
*
No need to call to_sym here
Godfrey Chan
2014-09-20
1
-7
/
+7
*
Fix typo in comment
Cade Truitt
2014-07-02
1
-1
/
+1
*
Encapsulate knowledge of type objects on `ActiveRecord::Result`
Sean Griffin
2014-06-22
1
-10
/
+1
*
Don't use `Column` for type casting in Relation calculations
Sean Griffin
2014-06-18
1
-12
/
+8
*
[ci skip] add API doc for AR Group.
Aditya Kapoor
2014-06-17
1
-1
/
+9
*
Pluck should work with columns of the same name from different tables
Sean Griffin
2014-06-11
1
-3
/
+1
*
Rename `type_cast` to `type_cast_from_database`
Sean Griffin
2014-06-09
1
-2
/
+2
*
reuse available belongs_to? method
eileencodes
2014-06-03
1
-1
/
+1
*
Remove unused `initialize_attributes` method
Sean Griffin
2014-06-02
1
-1
/
+1
*
Merge pull request #15210 from arthurnn/fix_hbtm_reflection
Arthur Neves
2014-05-24
1
-1
/
+1
*
docs, explain usage of `count` + `select`. Closes #15065. [ci skip]
Yves Senn
2014-05-13
1
-0
/
+8
*
push up bind params on "simple" subquery calculations
Aaron Patterson
2014-05-02
1
-2
/
+4
*
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-20
1
-1
/
+1
|
\
|
*
Make sure the column_name is different from 'all'.
Lauro Caetano
2014-04-14
1
-1
/
+1
*
|
Merge branch 'master' into adequaterecord
Aaron Patterson
2014-04-07
1
-1
/
+1
|
\
|
|
*
Ignore order when doing count.
Lauro Caetano
2014-04-07
1
-1
/
+1
*
|
adding bind values to the manager object
Aaron Patterson
2014-01-13
1
-1
/
+5
|
/
*
Mark the arguments needed by activerecord-deprecated_finders with a TODO
Rafael Mendonça França
2013-12-11
1
-0
/
+12
*
Revert "Merge pull request #12518 from vipulnsward/remove_count_options"
Rafael Mendonça França
2013-12-11
1
-12
/
+13
*
Fix type cast on group sum with custom expression
Paul Nikitochkin
2013-12-10
1
-1
/
+3
*
Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio...
Vipul A M
2013-10-14
1
-10
/
+10
*
`Relation#count` doesn't use options anymore.
Vipul A M
2013-10-13
1
-3
/
+2
[next]