Skip to content

v0.9.9 - Fix performance issues, default_exclude_links configuration option

Compare
Choose a tag to compare
@lgebhardt lgebhardt released this 26 Jun 12:13
· 313 commits to master since this release

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.

A configuration option, default_exclude_links, was added to globally control link generation.