Skip to content

v0.6.0

Compare
Choose a tag to compare
@lgebhardt lgebhardt released this 09 Oct 13:45
· 800 commits to master since this release

Breaking change:

  • Context in Resource was reworked so that class methods require context and instance methods use the context stored in the resource. This may break some methods that override resource methods.

General improvements:

  • Request object was refactored to improve code organization
  • Readme was extended

Bugs fixes:

  • Fix issue with multiword module names
  • Compatibility with Rails 4.0 was restored
  • Generated paths with Rails engines fixed
  • Fix issue with record_count when records method used columns from multiple tables in select