ruby-acts-as-api 0.4.2-1 source package in Ubuntu

Changelog

ruby-acts-as-api (0.4.2-1) unstable; urgency=low


  * Initial release (Closes: #744909)

 -- Pirate Praveen <email address hidden>  Thu, 24 Apr 2014 16:19:48 +0530

Upload details

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

See full publishing history Publishing

Series Pocket Published Component Section
Xenial release universe misc

Builds

Vivid: [FULLYBUILT] amd64

Downloads

File Size SHA-256 Checksum
ruby-acts-as-api_0.4.2-1.dsc 2.0 KiB 6c278a56ffe079cda5d5672e6ccf1ed2fe5709b904d84bf0fb62070c0ef0f8db
ruby-acts-as-api_0.4.2.orig.tar.gz 86.3 KiB aa81a2eea53177debd5e24d3d81a7d6d0aa0505c46ef5feb28f1fced92acd572
ruby-acts-as-api_0.4.2-1.debian.tar.gz 2.3 KiB 4fd8a209474b5f8a21bccdeaa5767ad1da5f3fb86ffa489f91824dd90d2db2b1

No changes file available.

Binary packages built by this source

ruby-acts-as-api: makes creating XML/JSON responses in Rails 3 easy and fun

 It provides a simple interface to determine the representation of your
 model data, that should be rendered in your API responses.
 .
 In addition to Rails it theoretically can be used with any ruby app and
 any database (__ActiveRecord__ and __Mongoid__ are supported out of the
 box) as it only has few dependencies.
 .
 The lib is _very_ fast in generating your responses and battle tested in
 production with platforms like Diaspora or flinc.