Releases: activeadmin/inherited_resources
Releases · activeadmin/inherited_resources
1.8.0
1.7.2
- Support Rails 5.1.
1.7.2
1.7.1
- Fix regression with
get_resource_ivar
that was returningfalse
instead ofnil
when the value was not set. - Do not load
ActionController::Base
on boot time.
1.7.0
- Support Rails 5.
- Remove support for Ruby < 2.1.
- Fix URL helpers on mountable engines.
- Allow support to has_scope > 0.6 and < 1.0. Users are now able to choose which version they want to use in their applications.
1.6.0
- Support Rails 4.2.
1.5.1
- Lock the Rails version until only 4.2.
- Fix parent class lookup.
- Fix resource_class default value definition.
1.5.0
- Supports nested modules (namespaced models and controllers).
- Supports Rails 4 Strong Parameters notation.
1.4.1
- Supports Rails 4.
- Improved compatability with strong params.
1.4.0
- Supports Ruby 2.0.0.
- Added support for the strong_parameters gem. See the README for more.
- Added the ability to pass without_protection when creating/updating.
- Fixed multi-level nested singletons.
- Correct paths now generated for uncountable shallow resources.