ruby-inherited-resources 1.11.0-4 source package in Ubuntu

Changelog

ruby-inherited-resources (1.11.0-4) unstable; urgency=medium

  * Team upload
  * Source-only upload for testing migration

 -- Pirate Praveen <email address hidden>  Thu, 06 Aug 2020 17:38:26 +0530

Upload details

Uploaded by:
Debian Ruby Extras Maintainers
Uploaded to:
Sid
Original maintainer:
Debian Ruby Extras Maintainers
Architectures:
all
Section:
misc
Urgency:
Medium Urgency

See full publishing history Publishing

Series Pocket Published Component Section

Builds

Groovy: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-inherited-resources_1.11.0-4.dsc 2.3 KiB 7435b6f9dd3dffc38213c9c8b48d4cf9acc66691f6dea222d7e96c9758527643
ruby-inherited-resources_1.11.0.orig.tar.gz 22.2 KiB f9749c3428dfcaa8663d01ed126a1efa850d060155fad2c02a4447fd76fb9db4
ruby-inherited-resources_1.11.0-4.debian.tar.xz 2.4 KiB c329d916f0e0d33880af8e6678fea87a7c0e26d99a937e5cfd72df4e351486bd

Available diffs

No changes file available.

Binary packages built by this source

ruby-inherited-resources: 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.