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
|
Source: ruby-acts-as-api
Section: ruby
Priority: optional
Maintainer: Debian Ruby Extras Maintainers <pkg-ruby-extras-maintainers@lists.alioth.debian.org>
Uploaders: Pirate Praveen <praveen@debian.org>
Build-Depends: debhelper (>= 11~), gem2deb
Standards-Version: 4.3.0
Vcs-Git: https://salsa.debian.org/ruby-team/ruby-acts-as-api.git
Vcs-Browser: https://salsa.debian.org/ruby-team/ruby-acts-as-api
Homepage: https://github.com/fabrik42/acts_as_api
Testsuite: autopkgtest-pkg-ruby
XS-Ruby-Versions: all
Package: ruby-acts-as-api
Architecture: all
XB-Ruby-Versions: ${ruby:Versions}
Depends: ${shlibs:Depends}, ${misc:Depends}, ruby | ruby-interpreter,
ruby-activemodel, ruby-activesupport, ruby-rack
Description: 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.
|