Her Versions Save

Her is an ORM (Object Relational Mapper) that maps REST resources to Ruby objects. It is designed to build applications that are powered by a RESTful API instead of a database.

v1.1.0

5 years ago

Enhancements

Bug fixes

  • #514 belongs_to association should respect association's collection_path

v1.0.3

5 years ago

Enhancements

None

Bug fixes

  • #511 fix path option on belongs_to association

v0.10.4

5 years ago

Enhancements

None

Bug fixes

  • #511 fix path option on belongs_to association

v0.10.3

5 years ago

Enhancements

None

Bug fixes

  • d0b49f10f19461dcb4973cdf57094069ab140b8c use parse_root_in_json key when determining whether root element is included (see #508)

v1.0.2

5 years ago

Enhancements

None

Bug fixes

v0.10.2

6 years ago

Enhancements

None

Bug fixes

#460 allow model to have attribute that is the same as its name

v1.0.1

6 years ago

Enhancements

None

Bug fixes

  • #460 allow model to have attribute that is the same as its name

v1.0.0

6 years ago

Enhancements

  • #500 Update activemodel dependency to 4.2.1

Bug fixes

None

v0.10.1

6 years ago

Enhancements

Bug fixes

  • #483 Prevent 'scope' from defining scope methods on the wrong Her models
  • #298 Fix change tracking when fetching from collections or associations
  • #490 Child classes can't set some attributes to false
  • #462 Fix #destroy_existing for child classes of models
  • #497 Fix instance variable naming clash

v0.10.0

6 years ago
  • Refactor associations
  • Support OPTIONS verb
  • README updates