sortable icon indicating copy to clipboard operation
sortable copied to clipboard

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

Results 6 sortable issues
Sort by recently updated
recently updated
newest added

Just installed this as a gem using bundler, as follows: ``` ruby source 'http://gems.github.com' gem 'shuber-sortable' ``` But that wasn't enough to have the "sortable" method available in my models....

Hi there, When I make the sequence: rake db:drop rake db:create rake db:migrate In the migration every file that has the method "sortable" gives me an error of the following...

First off all, thanks for this gem (much better than acts_as_list imo)! This may not be a frequently occurring use case, but things went wrong in my code when the...

This is a great gem and it would be really useful if it was released to RubyGem allowing "sudo gem install shuber-sortable". Using the Github as a gem source is...

I think that method #update_lists has incorrect behavior. The right way is to update not all lists if some scope was changed, but update the only one that has this...