[ 源代码: ruby-acts-as-api ]
软件包:ruby-acts-as-api(1.0.1-2.1)
ruby-acts-as-api 的相关链接
Debian 的资源:
下载源码包 ruby-acts-as-api:
- [ruby-acts-as-api_1.0.1-2.1.dsc]
- [ruby-acts-as-api_1.0.1.orig.tar.gz]
- [ruby-acts-as-api_1.0.1-2.1.debian.tar.xz]
维护小组:
外部的资源:
- 主页 [github.com]
相似软件包:
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.
其他与 ruby-acts-as-api 有关的软件包
|
|
|
|
-
- dep: ruby
- Interpreter of object-oriented scripting language Ruby (default version)
- 或者 ruby-interpreter
- 软件包暂时不可用
-
- dep: ruby-activemodel
- toolkit for building modeling frameworks (part of Rails)
-
- dep: ruby-activesupport
- collection of utility classes used by the Rails framework
-
- dep: ruby-rack
- modular Ruby webserver interface