This repository was archived by the owner on Dec 27, 2018. It is now read-only.
Releases: fernandes/activetrail
Releases · fernandes/activetrail
Release list
v0.1.5
v0.1.4
- 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
v0.1.2
v0.1.1
Fix an annoying bug on ActiveTrail Controller causing a NameError Exception during development.
v0.1.0
First Public Release
- Allows the use of Trailblazer operations with ActiveAdmin just adding a single line on AA Controller
Know Issues
- Just works with single Models. (Maybe works, maybe not with releationship, but we still do not support).
- Do not support batch operations.