Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Releases: aishek/activerecord-sortable

Version 0.0.8

14 Jan 10:09

Choose a tag to compare

Added options parameter to $.activerecord_sortable. It may be useful for case when you need cancel sortable at specific selector.

Version 0.0.7

24 Dec 12:47

Choose a tag to compare

Added touch options to acts_as_sortable.

Version 0.0.6

11 Oct 17:59

Choose a tag to compare

  • Added option axis ('y' by default) to setup dragging axises #6

Version 0.0.5

27 Apr 13:03

Choose a tag to compare

  • Fixed order column name escape bug by @dabroz
  • Fixed Ruby 2.2 Rails 3.2 RSpec fail

Version 0.0.4

08 Jan 18:51

Choose a tag to compare

  • 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

22 Jul 13:41

Choose a tag to compare

Added ability to specify order for nested models via form page's fields_for and drag and drop.

Version 0.0.2

19 Jun 13:18

Choose a tag to compare

Removed Ruby on Rails version lock: now supports 3+ version.

Initial release

19 Jun 13:06

Choose a tag to compare

v0.0.1

updated READMEs