Skip to content
This repository was archived by the owner on Dec 27, 2018. It is now read-only.

Releases: fernandes/activetrail

v0.1.5

Choose a tag to compare

@fernandes fernandes released this 07 Apr 17:11
  • Add support for _destroy and reject_if when using accepts_nested_attributes_for

check trailblazer/reform#86 for more info

v0.1.4

Choose a tag to compare

@fernandes fernandes released this 07 Apr 15:07
  • Ignore params[:current_user] when rendering filters

After merging current_user on params introduced on v0.1.3 ActiveAdmin was trying to get information and render a filter for this parameter as if it was a model attribute.

More info: activeadmin/activeadmin#3874

Thanks @timoschilling for helping with solution

v0.1.3

Choose a tag to compare

@fernandes fernandes released this 02 Apr 19:06

Merge automatically current_user on params[:current_user]

Before this feature, was needed to merge this params manually, now it automatically. Just enjoy using params[:current_user] inside your operations 😉

v0.1.2

Choose a tag to compare

@fernandes fernandes released this 02 Apr 17:19

Fix all collection situations to call Op::Index

  • Made ActiveTrail controller more inherited_resources compatible
  • Improved test to ensure Op::Index is being called

v0.1.1

Choose a tag to compare

@fernandes fernandes released this 30 Mar 12:20

Fix an annoying bug on ActiveTrail Controller causing a NameError Exception during development.

v0.1.0

Choose a tag to compare

@fernandes fernandes released this 30 Mar 12:18

First Public Release

  • Allows the use of Trailblazer operations with ActiveAdmin just adding a single line on AA Controller

Know Issues

  1. Just works with single Models. (Maybe works, maybe not with releationship, but we still do not support).
  2. Do not support batch operations.

v0.0.1

Choose a tag to compare

@fernandes fernandes released this 22 Mar 18:08

Initial Release