Recent Releases of https://github.com/activeadmin/inherited_resources
https://github.com/activeadmin/inherited_resources - v2.1.0
What's Changed
Enhancements ✨
- Support setting parent_controller by @jaynetics in https://github.com/activeadmin/inherited_resources/pull/903
Other Changes 🛠
- Refactor polymorphic keys method by @tagliala in https://github.com/activeadmin/inherited_resources/pull/941
- Update dependencies by @tagliala in https://github.com/activeadmin/inherited_resources/pull/944
- Test against Action Pack 8.0 by @tagliala in https://github.com/activeadmin/inherited_resources/pull/942
- Drop Rails < 7.0 support by @tagliala in https://github.com/activeadmin/inherited_resources/pull/946
- Update version, changelog, and outdated deps by @tagliala in https://github.com/activeadmin/inherited_resources/pull/949
New Contributors
- @jaynetics made their first contribution in https://github.com/activeadmin/inherited_resources/pull/903
Full Changelog: https://github.com/activeadmin/inherited_resources/compare/v2.0.1...v2.1.0
- Ruby
Published by tagliala about 1 year ago
https://github.com/activeadmin/inherited_resources - v2.0.1
What's Changed
Enhancements ✨
- Prefer require_relative for internal requires by @tagliala in https://github.com/activeadmin/inherited_resources/pull/939
Full Changelog: https://github.com/activeadmin/inherited_resources/compare/v2.0.0...v2.0.1
- Ruby
Published by tagliala over 1 year ago
https://github.com/activeadmin/inherited_resources - v2.0.0
What's Changed
Breaking Changes 🚨
- Change return codes to new Responders defaults by @tagliala in https://github.com/activeadmin/inherited_resources/pull/918
Other Changes 🛠
- Add frozen_string_literal magic comments by @technicalpickles in https://github.com/activeadmin/inherited_resources/pull/858
- Add RuboCop performance by @tagliala in https://github.com/activeadmin/inherited_resources/pull/884
- Update Rubocop, enable new cops, fix offenses by @tagliala in https://github.com/activeadmin/inherited_resources/pull/902
- Fix typos by @kianmeng in https://github.com/activeadmin/inherited_resources/pull/905
- Test against Ruby 3.3 by @tagliala in https://github.com/activeadmin/inherited_resources/pull/909
- Test against Rails 7.2 by @tagliala in https://github.com/activeadmin/inherited_resources/pull/921
- Add frozen string literal magic comment (potential breaking change) by @tagliala in https://github.com/activeadmin/inherited_resources/pull/933
New Contributors
- @technicalpickles made their first contribution in https://github.com/activeadmin/inherited_resources/pull/858
- @kianmeng made their first contribution in https://github.com/activeadmin/inherited_resources/pull/905
Full Changelog: https://github.com/activeadmin/inherited_resources/compare/v1.14.0...v2.0.0
- Ruby
Published by tagliala over 1 year ago
https://github.com/activeadmin/inherited_resources - v1.14.0
What's Changed
- Drop support for Ruby
< 2.6by @alejandroperea in https://github.com/activeadmin/inherited_resources/pull/709 and https://github.com/activeadmin/inherited_resources/pull/732 - Use
action_controller_basehook by @tagliala in https://github.com/activeadmin/inherited_resources/pull/716 - Add Rails 7.1 support by @tomascco in https://github.com/activeadmin/inherited_resources/pull/873
- Remove upper bound dependency limits from gemspec by @rafaelfranca in https://github.com/activeadmin/inherited_resources/pull/711
New Contributors
- @alejandroperea made their first contribution in https://github.com/activeadmin/inherited_resources/pull/709
- @tomascco made their first contribution in https://github.com/activeadmin/inherited_resources/pull/873
Full Changelog: https://github.com/activeadmin/inherited_resources/compare/v1.13.1...v1.14.0
- Ruby
Published by javierjulio over 2 years ago
https://github.com/activeadmin/inherited_resources - 1.13.1
What's Changed
- Allow Rails 7.0 by @tagliala in https://github.com/activeadmin/inherited_resources/pull/707
New Contributors
- @tagliala made their first contribution in https://github.com/activeadmin/inherited_resources/pull/707
Full Changelog: https://github.com/activeadmin/inherited_resources/compare/v1.13.0...v1.13.1
- Ruby
Published by rafaelfranca about 4 years ago
https://github.com/activeadmin/inherited_resources - 1.13.0
- Remove support for Ruby
< 2.5. - Coerce
:route_prefixconfig option to a Symbol, ensuring compatibility with Rails versions that have resolved CVE-2021-22885.
- Ruby
Published by deivid-rodriguez almost 5 years ago
https://github.com/activeadmin/inherited_resources - 1.12.0
- Remove support for Rails 5.0 and Rails 5.1.
- Allow using Rails 6.1.
- Ruby
Published by deivid-rodriguez about 5 years ago
https://github.com/activeadmin/inherited_resources - 1.11.0
- Add support for responders
>= 3.0. - Remove support for Ruby
< 2.4.
- Ruby
Published by deivid-rodriguez over 6 years ago
https://github.com/activeadmin/inherited_resources - 1.10.0
No changes.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.10.0.rc1
- Preliminary support for Rails 6.0.
- Remove support for Rails 4.2.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.7.2
- Support Rails 5.1.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 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.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.5.1
- Lock the Rails version until only 4.2.
- Fix parent class lookup.
- Fix resource_class default value definition.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.5.0
- Supports nested modules (namespaced models and controllers).
- Supports Rails 4 Strong Parameters notation.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.4.1
- Supports Rails 4.
- Improved compatability with strong params.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 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.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.3.1
- Fix polymorphic_belongs_to to get the parent.
- Added support for Rails 3.2.
- Added support to responders >= 0.6.0.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.3.0
- Added support for multiple polymorphic optional nesting.
- Fix nested namespace in mountable apps.
- Added support for rails 3.1 new mass assignment conventions.
- Turn InheritedResources::Base into a reloadable constant to fix reloading issues.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.2.2
- Fix a bug in params parsing.
- Call .scoped only if it is available.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.2.1
- Fix a bug with namespaces.
- Use Post.scoped instead of Post.all in collection.
- Ruby
Published by deivid-rodriguez almost 7 years ago
https://github.com/activeadmin/inherited_resources - 1.9.0
- Support Rails 5.2.1.
- Remove support for Ruby < 2.3.
- Ruby
Published by varyonic over 7 years ago
https://github.com/activeadmin/inherited_resources - 1.8.0
- Support Rails 5.2.
- Supports Ruby 2.4.
- Remove support for Ruby < 2.2, Rails < 4.2.
- Fixed broken class name in belongs_to.
- Remove use of HttpCacheResponder.
- Correct request_name in isolated engines.
- Fix nested controllers and singleton option.
- Ruby
Published by varyonic over 8 years ago
https://github.com/activeadmin/inherited_resources - 1.7.2
- Support Rails 5.1.
- Ruby
Published by Fivell almost 9 years ago
https://github.com/activeadmin/inherited_resources - 1.7.1
- Fix regression with
get_resource_ivarthat was returningfalseinstead ofnilwhen the value was not set. - Do not load
ActionController::Baseon boot time.
- Ruby
Published by rafaelfranca almost 9 years ago
https://github.com/activeadmin/inherited_resources - 1.6.0
- Support Rails 4.2.
- Ruby
Published by rafaelfranca about 11 years ago