Releases: aishek/activerecord-sortable
Releases · aishek/activerecord-sortable
Version 0.0.8
Version 0.0.7
Added touch options to acts_as_sortable.
Version 0.0.6
- Added option
axis('y' by default) to setup dragging axises #6
Version 0.0.5
- Fixed order column name escape bug by @dabroz
- Fixed Ruby 2.2 Rails 3.2 RSpec fail
Version 0.0.4
- fixed ordered scope bug: now using correct order in sqlite
- integrated rubocop
- added Rails 3.2, 4.0, 4.1, 4.2 and Ruby 1.9.3, 2.0, 2.1, 2.2 build matrix
Version 0.0.3
Added ability to specify order for nested models via form page's fields_for and drag and drop.
Version 0.0.2
Removed Ruby on Rails version lock: now supports 3+ version.
Initial release
v0.0.1 updated READMEs