public
Description: A thorough backport of NamedScope that can be used with Rails 1.2.6 and 2.0.4
Homepage:
Clone URL: git://github.com/metaskills/named_scope.git
named_scope / CHANGELOG
100644 18 lines (7 sloc) 0.357 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
 
*0.3* (Octover 18th, 2008)
 
* Made ActiveRecord::Caculations.sum default to 0 when nil from a named scope. [Brennan Dunn]
 
 
*0.2* (October 10th, 2008)
 
* Add #first to AssociationCollection with some tests to confirm.
  Also use red green for tests, makes rake pretty. [Ken Collins]
 
 
*0.1* (October 3rd, 2008)
 
* Initial public release. [Ken Collins]