public
Description: fork of the acts_as_range Rails plugin for interval AR queries, we wrote this in 2005-7 (BSD-licensed release from our old employer)
Homepage: http://tasks.ogconsultin.gs/projects/show/acts-as-range
Clone URL: git://github.com/flogic/acts-as-range.git
acts-as-range / CHANGELOG
100644 8 lines (4 sloc) 0.327 kb
1
2
3
4
5
6
7
8
 * (30 Jun 2006) Foo.find now knows :on => time_point, :overlapping => t1 .. t2, :contained_by => t1 .. t2, :contain => t1 .. t2
 
 * (19 Jun 2006) Miscellaneous documentation updates. At some point the name was changed to acts_as_range.
 
 * (15 May 2006)
 port acts as paranoid to acts_as_end_dateable for centerstone usage.