-
Name
-
inherited_resources
-
Version
-
2.1.0
-
Platform
-
ruby
-
Authors
-
José Valim
Rafael Mendonça França
-
Bindir
-
bin
-
Date
-
2024-12-07 00:00:00 UTC
-
Dependencies
-
responders (>= 2)
actionpack (>= 7.0)
railties (>= 7.0)
has_scope (>= 0.6)
-
Description
-
Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.
It makes your controllers more powerful and cleaner at the same time.
-
Files
-
MIT-LICENSE
README.md
app/controllers/inherited_resources/base.rb
lib/generators/rails/USAGE
lib/generators/rails/inherited_resources_controller_generator.rb
lib/generators/rails/templates/controller.rb.tt
lib/inherited_resources.rb
lib/inherited_resources/actions.rb
lib/inherited_resources/base_helpers.rb
lib/inherited_resources/belongs_to_helpers.rb
lib/inherited_resources/blank_slate.rb
lib/inherited_resources/class_methods.rb
lib/inherited_resources/dsl.rb
lib/inherited_resources/engine.rb
lib/inherited_resources/polymorphic_helpers.rb
lib/inherited_resources/responder.rb
lib/inherited_resources/shallow_helpers.rb
lib/inherited_resources/singleton_helpers.rb
lib/inherited_resources/url_helpers.rb
lib/inherited_resources/version.rb
-
Homepage
-
https://github.com/activeadmin/inherited_resources
-
Licenses
-
MIT
-
Metadata
-
{"rubygems_mfa_required"=>"true"}
-
Require paths
-
lib
-
Required ruby version
-
>= 3.1
-
Required rubygems version
-
>= 0
-
Rubygems version
-
3.5.22
-
Specification version
-
4
-
Summary
-
Inherited Resources speeds up development by making your controllers inherit all restful actions so you just have to focus on what is important.
-
Original platform
-
ruby
-
New platform
-
ruby