aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/aggregations.rb
Commit message (Expand)AuthorAgeFilesLines
* Remove conditional adding a new methodRafael Mendonça França2013-09-111-1/+1
* factory methods should not have side effects.Aaron Patterson2013-07-231-1/+2
* AR::Base does not need to know how to create reflection objectsAaron Patterson2013-07-221-1/+1
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2013-01-091-1/+1
|\
| * remove meaningless use of Relation#allAkira Matsuda2013-01-031-1/+1
* | remove meaningless AS::FrozenObjectErrorAkira Matsuda2013-01-021-1/+1
|/
* 1.9 hash syntax changesAvnerCohen2012-11-081-18/+18
* Revert "Removing composed_of from ActiveRecord."Rafael Mendonça França2012-07-271-0/+261
* Removing composed_of from ActiveRecord.Steve Klabnik2012-06-181-261/+0
* Merge branch 'master' of github.com:lifo/docrailsVijay Dev2012-05-231-3/+3
|\
| * Revert "Remove blank trailing comments"Vijay Dev2012-05-231-0/+2
| * Remove blank trailing commentsHenrik Hodne2012-05-201-2/+0
| * Revert typoOscar Del Ben2012-05-191-1/+1
| * TypoOscar Del Ben2012-05-191-4/+4
* | Refactor aggregation writer methodCarlos Antonio da Silva2012-05-211-4/+3
* | Merge pull request #6143 from senny/composed_of_converter_returns_nilAaron Patterson2012-05-211-7/+8
|\ \ | |/ |/|
| * allow the :converter Proc form composed_of to return nilYves Senn2012-05-031-7/+8
* | missing 'with'Hrvoje Šimić2012-05-111-1/+1
* | Add empty rows to improve readability. [ci skip]Edward Tsech2012-05-011-0/+2
* | Add few lines to describe how aggregation part caching works. [ci skip]Edward Tsech2012-05-011-0/+4
* | simpler wording and explanationsHrvoje Šimić2012-05-011-3/+3
* | Fixed typo in composed_of example with Money#<=>, was comparing amount itself...Noah Hendrix2012-02-241-1/+1
* | minor fixes in the composed_of docVijay Dev2011-10-221-3/+4
* | Remove extra white spaces on ActiveRecord docs.Sebastian Martinez2011-05-231-1/+1
|/
* remove unnecessary module_evalAaron Patterson2011-01-181-25/+20
* send() will raise an ArgumentError, so we should leverage rubyAaron Patterson2011-01-071-16/+6
* no need for parensAaron Patterson2011-01-071-1/+1
* use a hash for caching aggregations rather than ivarsAaron Patterson2011-01-071-12/+6
* method is never called with argumentsAaron Patterson2011-01-071-4/+2
* use persisted? instead of new_record? wherever possibleDavid Chelimsky2010-11-091-1/+1
* Use new finders syntax in docs.Emilio Tagua2010-09-011-1/+1
* Deletes trailing whitespaces (over text files only find * -type f -exec sed '...Santiago Pastorino2010-08-141-48/+48
* ensuring that documentation does not exceed 100 columnsNeeraj Singh2010-08-011-7/+6
* ensuring that documentation does not exceed 100 columnsNeeraj Singh2010-07-311-51/+65
* Remove deprecated block usage in composed_of.Emilio Tagua2010-06-241-4/+2
* Adds title and basic description where needed.Rizwan Reza2010-06-151-0/+1
* eliminate alias_method_chain from ActiveRecordwycats2010-05-091-0/+1
* fisting uninitialized ivar warnings. [#4198 state:resolved]Aaron Patterson2010-03-161-0/+5
* Break up DependencyModule's dual function of providing a "depend_on" DSL and ...Joshua Peek2009-05-281-1/+1
* Use DependencyModule for included hooks in ActiveRecordBryan Helmkamp2009-05-111-3/+1
* Merge docrailsPratik Naik2008-10-051-2/+2
* Expanded documentation for new composed_of optionsRob Anderton2008-09-101-10/+53
* Added :constructor and :converter options to composed_of and deprecated the c...Rob Anderton2008-09-101-31/+60
* Merge docrails.Pratik Naik2008-05-251-9/+9
* Partial updates include only unsaved attributes. Off by default; set YourClas...Jeremy Kemper2008-03-311-2/+2
* Support aggregations in finder conditions. Closes #10572.Jeremy Kemper2008-01-191-0/+9
* Ruby 1.9 compat: introduce ActiveSupport::FrozenObjectError normalize TypeErr...Jeremy Kemper2007-12-291-1/+1
* Ruby 1.9 compat: workaround module_eval bug. Closes #10641 [Frederick Cheung]Jeremy Kemper2007-12-291-1/+1
* Fix typos (closes #10378)David Heinemeier Hansson2007-12-051-1/+1
* Assigning an instance of a foreign class to a composed_of aggregate calls an ...Jeremy Kemper2007-10-231-37/+26