public
Description: Extends has_many associations to group scope.
Homepage:
Clone URL: git://github.com/metaskills/grouped_scope.git
grouped_scope / CHANGELOG
100644 35 lines (14 sloc) 0.841 kb
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
 
*master*
 
*
 
 
*0.5.1* (January 7th 2009)
 
* Add rails 2.2.2 to test task and remove quite backtrace usage so 1.2.6 testing can run. [Ken Collins]
 
 
*0.4* (October 3rd 2008)
 
* Use the #737f2bdabb of NamedScope plugin from http://github.com/metaskills/named_scope/tree/master
 
 
*0.3* (October 2nd 2008)
 
* Add additional NamedScope patches for attribute_condition.
  Also added GroupedScope::CoreExt to follow suite for GroupedScope::SelfGrouping attribute_conditions.
 
 
*0.2* (September 29th 2008)
 
* Add WillPaginate test and confirm grouped scope, named scope, and will paginate all play together. [Ken Collins]
 
* Stronger back port for named_scope in 1.2.6 and 2.0.4. Fixed bug where association proxy owner scope was after named_scope calls. [Ken Collins]
 
 
*0.1* (September 26th, 2008)
 
* Initial public release. [Ken Collins]