Skip to content

Latest commit

 

History

History
24 lines (16 loc) · 434 Bytes

CHANGELOG.md

File metadata and controls

24 lines (16 loc) · 434 Bytes

0.3.2

  • Use :id as default instead of primary_key for avoid hit db on Rails initialize.
    • This issue will break assets:precompile.
  • Fix loading error.

0.3.0

  • Remove unless engine.rb

0.2.0

  • Change form_select API:

    class Category
       form_select :name, field: [:name, :id]
       form_select :name, field: [:name]
    end

0.1.0

  • First release with form_select for ActiveRecord model.