Skip to content

Releases: activeadmin/inherited_resources

1.8.0

01 Dec 20:07
Compare
Choose a tag to compare
  • 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.

1.7.2

24 Mar 16:47
v1.7.2
Compare
Choose a tag to compare
  • Support Rails 5.1.

1.7.2

03 May 11:22
Compare
Choose a tag to compare
  • Support Rails 5.1.

1.7.1

11 Apr 14:31
Compare
Choose a tag to compare
  • 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.

1.7.0

24 Mar 16:47
Compare
Choose a tag to compare
  • 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

21 Jan 16:20
Compare
Choose a tag to compare
  • Support Rails 4.2.

1.5.1

24 Mar 16:47
Compare
Choose a tag to compare
  • Lock the Rails version until only 4.2.
  • Fix parent class lookup.
  • Fix resource_class default value definition.

1.5.0

24 Mar 16:46
Compare
Choose a tag to compare
  • Supports nested modules (namespaced models and controllers).
  • Supports Rails 4 Strong Parameters notation.

1.4.1

24 Mar 16:46
Compare
Choose a tag to compare
  • Supports Rails 4.
  • Improved compatability with strong params.

1.4.0

24 Mar 16:46
Compare
Choose a tag to compare
  • 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.