Source: ruby-acts-as-api Section: ruby Priority: optional Maintainer: Debian Ruby Extras Maintainers Uploaders: Pirate Praveen 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.