- update to 2 version of acts_as_tree
- Validation error message update (system code must start with a letter)
- Rubocop cleanup
- Resolves existence validation issue.
- updates specs to use be_truthy and be_falsey from be_true and be_false
- lock test to rspec ~> 2.99
- #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
- Check the existence of the selections table in
belongs_to_selection
so it is safe to use during rake tasks like db:reset.
- #7 - add selection items as booleans method names to attached model
- #4 - selections-4 create selection Management scaffold generator
- #6 - #label_to_id feature to allow quick ID lookups within factories (speed enhancement)
- #2 - Added feature of radios for radio_buttons
- #5 - issue with forgetting selected item when page was invalid
- Fixed issue with options and html_options order
- Fixing issue with dependencies on Rubygems
- Fixing issues with readme
- Clean up of specs and readme
- Initial release