Skip to content

Version 0.0.3

Latest
Compare
Choose a tag to compare
@zmillman zmillman released this 19 Mar 23:14
  • New persistence method names #12
    • Use create, save and destroy instead of create!, save! and delete!
    • create and save now properly manage primary key attribute values
  • Added DateSerializer #10
  • Automatically handle updated_at and created_at columns #11
  • Added t.timestamps helper to schema DSL #11