Skip to content

Latest commit

 

History

History
65 lines (39 loc) · 1.77 KB

CHANGELOG.md

File metadata and controls

65 lines (39 loc) · 1.77 KB

1.1.1

  • update to 2 version of acts_as_tree

1.0.4

  • Validation error message update (system code must start with a letter)

1.0.3

  • Rubocop cleanup

1.0.2

  • Resolves existence validation issue.
  • updates specs to use be_truthy and be_falsey from be_true and be_false

1.0.1

  • lock test to rspec ~> 2.99

1.0.0

  • #14 - Update selections to no longer use hash rocket syntax.
  • #17 - Add rails 4 support, include appraisals gem and travis
  • #18 - Update readme to provide instructions on boot.rb
  • #19 - Update generators for Rails 3 or 4
  • #20 - Return first default item in a group #13

0.2.1

  • Check the existence of the selections table in belongs_to_selection so it is safe to use during rake tasks like db:reset.

0.1.14 (should of been 0.2.0)

  • #7 - add selection items as booleans method names to attached model

0.1.13

  • #4 - selections-4 create selection Management scaffold generator

0.1.12

  • #6 - #label_to_id feature to allow quick ID lookups within factories (speed enhancement)

0.1.11

  • #2 - Added feature of radios for radio_buttons

0.1.7

  • #5 - issue with forgetting selected item when page was invalid

0.1.6

  • Fixed issue with options and html_options order

0.1.3

  • Fixing issue with dependencies on Rubygems

0.1.2

  • Fixing issues with readme

0.1.1

  • Clean up of specs and readme

0.0.1

  • Initial release