Releases: activeadmin/inherited_resources
Releases · activeadmin/inherited_resources
1.9.0
10 Aug 17:41
Compare
Sorry, something went wrong.
No results found
Support Rails 5.2.1.
Remove support for Ruby < 2.3.
1.8.0
01 Dec 20:07
Compare
Sorry, something went wrong.
No results found
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
Compare
Sorry, something went wrong.
No results found
1.7.2
03 May 11:22
Compare
Sorry, something went wrong.
No results found
1.7.1
11 Apr 14:31
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
1.5.1
24 Mar 16:47
Compare
Sorry, something went wrong.
No results found
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
Sorry, something went wrong.
No results found
Supports nested modules (namespaced models and controllers).
Supports Rails 4 Strong Parameters notation.
1.4.1
24 Mar 16:46
Compare
Sorry, something went wrong.
No results found
Supports Rails 4.
Improved compatability with strong params.