A summary of data about the Ruby ecosystem.

Recent Releases of https://github.com/activeadmin/inherited_resources

https://github.com/activeadmin/inherited_resources - v2.1.0

What's Changed

Enhancements ✨

Other Changes 🛠

New Contributors

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 ✨

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 🚨

Other Changes 🛠

New Contributors

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

New Contributors

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

New Contributors

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_prefix config 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_ivar that was returning false instead of nil when the value was not set.
  • Do not load ActionController::Base on 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