aboutsummaryrefslogtreecommitdiffstats
path: root/activerecord/lib/active_record/aggregations.rb
Commit message (Expand)AuthorAgeFilesLines
* Fix NetAddr link [ci skip]amitkumarsuroliya2015-05-201-1/+1
* Do not test, document or use a private API methodRafael Mendonça França2015-02-201-5/+0
* Merge pull request #16989 from Empact/reload-cache-clearRafael Mendonça França2015-02-201-3/+20
|\
| * Isolate access to @associations_cache and @aggregations cache to the Associat...Ben Woosley2014-09-281-3/+20
* | Push multi-parameter assignement into the typesSean Griffin2015-02-071-1/+2
* | Improve the performance of reading attributesSean Griffin2014-11-181-2/+2
|/
* Merge pull request #15542 from Gaurav2728/gaurav-remove_shutdown_linkArthur Nogueira Neves2014-06-061-4/+4
|\
| * remove rubyforge.org that was shut down [ci skip]Gaurav Sharma2014-06-061-4/+4
* | Remove composed_of special case from multi-parameter attributesSean Griffin2014-06-061-0/+4
|/
* Use destructured arguments when looping through pairsSean Griffin2014-05-171-4/+4
* 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