1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39
|
Source: ruby-inherited-resources
Maintainer: Debian Ruby Team <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Utkarsh Gupta <guptautkarsh2102@gmail.com>
Section: ruby
Testsuite: autopkgtest-pkg-ruby
Priority: optional
Build-Depends: debhelper-compat (= 13),
gem2deb,
ruby-actionpack (<< 2:6.2),
ruby-actionpack (>= 2:5.2),
ruby-activemodel (<< 2:6.2),
ruby-activemodel (>= 2:5.2),
ruby-has-scope,
ruby-minitest,
ruby-mocha,
ruby-rails-controller-testing,
ruby-railties (<< 2:6.2),
ruby-railties (>= 2:5.2),
ruby-responders
Standards-Version: 4.6.0
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-inherited-resources
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-inherited-resources.git
Homepage: https://github.com/activeadmin/inherited_resources
Rules-Requires-Root: no
XS-Ruby-Versions: all
Package: ruby-inherited-resources
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${misc:Depends},
${ruby:Depends},
${shlibs:Depends}
Description: Speeds up development by making controllers inherit all restful actions
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.
.
In addition to making your controllers follow a pattern, it helps you to write
better code by following fat models and skinny controllers convention.
|