shuber / sortable

Allows you to sort ActiveRecord items in multiple lists with multiple scopes

This URL has Read+Write access

shuber (author)
Mon Jul 06 10:30:17 -0700 2009
commit  8ca12806647226d2e54354059c6944458302e875
tree    3e5c02a069bbe6693691be7eef13ad199cea5f1c
parent  90fd4ab86a48661a1b808f9bb906c4c9e45fca6c
sortable / CHANGELOG
100644 45 lines (36 sloc) 1.5 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
36
37
38
39
40
41
42
43
44
45
2009-07-06 - Sean Huber (shuber@huberry.com)
  * Fix bug related to boolean scopes
  * Update gemspec
 
2009-05-30 - Sean Huber (shuber@huberry.com)
  * Always convert options[:conditions] into an array
  * options[:conditions] can be a hash
  * Add higher_items and lower_items instance methods
  * Update README.rdoc
  * Update gemspec
 
2009-05-29 - Sean Huber (shuber@huberry.com)
  * Call remove_from_lists after destroy instead of before in case any other before_destroy callbacks fail
 
2009-05-28 - Sean Huber (shuber@huberry.com)
  * All active record versions >= 2.0.0 are now fully supported
 
2009-05-27 - Sean Huber (shuber@huberry.com)
  * Use self.class.base_class when scoping records
  * Fix conflicts
 
2009-05-14 - Sean Huber (shuber@huberry.com)
  * Remove MIT-LICENSE from gemspec - github complaining for some reason
  * Type cast position and offset arguments as integers
 
2009-05-13 - Sean Huber (shuber@huberry.com)
  * Fix bug - item_at_offset method was not scoping correctly
  * Rename MIT_LICENSE to MIT-LICENSE
 
2009-01-17 - Sean Huber (shuber@huberry.com)
  * Update code documentation
  * Make the sortable_scope_changes instance method public
  * Add more tests
  * Update README
  * Add gemspec
 
2009-01-16 - Sean Huber (shuber@huberry.com)
  * Update logic and add some tests
  * Add more tests
  * Rename README.markdown to README.rdoc
  * Symbolize arguments for calls to the "send" method
 
2009-01-15 - Sean Huber (shuber@huberry.com)
  * Initial commit
  * Add logic