Skip to content

v0.10.0.beta6 - Bug and performance fixes

Pre-release
Pre-release

Choose a tag to compare

@lgebhardt lgebhardt released this 09 Jul 21:46
· 76 commits to master since this release

This release fixes the following issues:

  • Using the Rails url_helpers resulted in a significant performance penalty. The functionality has been reverted back to generating links by string buildup. An alternate method of detecting unrouted resources was added so warnings about missing links are preserved.

  • An issue where deleting a relationship destroys the related resource, without checking dependency. #1260

In addition a configuration option, default_exclude_links, was added to globally control link generation.