aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/relation/calculations.rb
Commit message (Expand)AuthorAgeFilesLines
* Refactor Calculations#execute_grouped_calculation and clean AR test caseRafael Sales2015-10-221-10/+4
* Fix generated projection fields in group by queryRafael Sales2015-10-221-1/+2
* Merge pull request #20653 from repinel/allow-arel-select-countSean Griffin2015-10-201-1/+3
|\
| * Allow select with Arel and count as well as calculations with ArelRoque Pinel2015-06-301-1/+3
* | Qualify column names in calculationSoutaro Matsumoto2015-10-201-1/+1
* | applies new doc guidelines to Active Record.Yves Senn2015-10-141-15/+16
* | docs, fix highlighting for code examples in calculations.rb [ci skip]Yves Senn2015-10-131-20/+20
* | `column_alias_for` method is no more supporting *keys [ci skip]amitkumarsuroliya2015-09-261-1/+0
* | remove warning from Calculations#sumyuuji.yaginuma2015-09-231-1/+1
* | Fix arguments of `AR::Calculations#sum`yui-knk2015-09-231-3/+3
* | [skip ci] #distinct instead of #uniqJon Atack2015-07-031-2/+3
|/
* Update .pluck documentation on uniqPrem Sichanugrist2015-06-261-1/+1
* Include `Enumerable` in `ActiveRecord::Relation`Sean Griffin2015-06-191-6/+3
* Use `Enumerable#sum` on `ActiveRecord::Relation` when a block is givenSean Griffin2015-06-191-2/+6
* Allow Enumerable#pluck to take a splat.Kevin Deisz2015-05-291-0/+4
* Enhance documentation of pluck with a hint to ids [ci skip]wingfire2015-04-121-3/+5
* Drop `references_eager_loaded_tables?` test from `has_include?`Ben Woosley2015-03-171-1/+1
* Spell PostgreSQL correctly :elephant:Akira Matsuda2015-02-281-1/+1
* `Type#type_cast_from_database` -> `Type#deserialize`Sean Griffin2015-02-171-2/+2
* Attribute assignment and type casting has nothing to do with columnsSean Griffin2015-01-311-1/+1
* Don't error when grouped calculations return 0 recordsSean Griffin2015-01-281-1/+1
* Remove Relation#bind_paramsSean Griffin2015-01-271-3/+3
* Unify access to bind values on RelationSean Griffin2015-01-271-9/+3
* Change `having_values` to use the `WhereClause` classSean Griffin2015-01-261-1/+1
* Remove support to activerecord-deprecated_findersRafael Mendonça França2015-01-021-25/+12
* Fix ProtocolViolation/bind message supplies for polymorphic + pluck or groupMiklos Fazkeas2014-12-111-2/+2
* Correctly cast calculation results on PGSean Griffin2014-11-011-1/+2
* Don't require calculations to be aliased to a columnSean Griffin2014-10-311-1/+1
* No need to call to_sym hereGodfrey Chan2014-09-201-7/+7
* Fix typo in commentCade Truitt2014-07-021-1/+1
* Encapsulate knowledge of type objects on `ActiveRecord::Result`Sean Griffin2014-06-221-10/+1
* Don't use `Column` for type casting in Relation calculationsSean Griffin2014-06-181-12/+8
* [ci skip] add API doc for AR Group.Aditya Kapoor2014-06-171-1/+9
* Pluck should work with columns of the same name from different tablesSean Griffin2014-06-111-3/+1
* Rename `type_cast` to `type_cast_from_database`Sean Griffin2014-06-091-2/+2
* reuse available belongs_to? methodeileencodes2014-06-031-1/+1
* Remove unused `initialize_attributes` methodSean Griffin2014-06-021-1/+1
* Merge pull request #15210 from arthurnn/fix_hbtm_reflectionArthur Neves2014-05-241-1/+1
* docs, explain usage of `count` + `select`. Closes #15065. [ci skip]Yves Senn2014-05-131-0/+8
* push up bind params on "simple" subquery calculationsAaron Patterson2014-05-021-2/+4
* Merge branch 'master' into adequaterecordAaron Patterson2014-04-201-1/+1
|\
| * Make sure the column_name is different from 'all'.Lauro Caetano2014-04-141-1/+1
* | Merge branch 'master' into adequaterecordAaron Patterson2014-04-071-1/+1
|\|
| * Ignore order when doing count.Lauro Caetano2014-04-071-1/+1
* | adding bind values to the manager objectAaron Patterson2014-01-131-1/+5
|/
* Mark the arguments needed by activerecord-deprecated_finders with a TODORafael Mendonça França2013-12-111-0/+12
* Revert "Merge pull request #12518 from vipulnsward/remove_count_options"Rafael Mendonça França2013-12-111-12/+13
* Fix type cast on group sum with custom expressionPaul Nikitochkin2013-12-101-1/+3
* Stop accepting `options` for `Relation#average`, `Relation#minimum`, `Relatio...Vipul A M2013-10-141-10/+10
* `Relation#count` doesn't use options anymore.Vipul A M2013-10-131-3/+2