Sha256: 2d6470298502e754a26945e4e92ea89f0e5bb1ed568b6fc50ac1270442a65680

Contents?: true

Size: 1.45 KB

Versions: 2

Compression:

Stored size: 1.45 KB

Contents

= master

= 3.1.0 (unreleased)

* Works with ActiveRecord 3.1

* The group object is now an ActiveRecord::Relation so you can further scope it.

* New group scoped #blank? and #present? which simply checks if the proxy owner has a group set.
  This allows us to tune the SQL generated to IN statements only when needed, even if a grouped 
  scope is being used.

* New group.ids_sql which is an Arel SQL literal. Avoids large groups IDs and better query plans.


= 0.6.0 (May 06, 2009)

* ActiveRecord 2.3.14 compatibility.

* Refactored to use MiniTest::Spec and Bundler for development/testing.


= 0.6.0 (May 06, 2009)

* ActiveRecord 2.3.2 compatibility.


= 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]


Version data entries

2 entries across 2 versions & 1 rubygems

Version Path
grouped_scope-3.1.1 CHANGELOG
grouped_scope-3.1.0 CHANGELOG