RubyGems Navigation menu

restrack 1.8.2

RESTRack is a Rack-based MVC framework that makes it extremely easy to develop RESTful data services. It is inspired by Rails, and follows a few of its conventions. But it has no routes file, routing relationships are done through supplying custom code blocks to class methods such as "has_relationship_to" or "has_mapped_relationships_to". RESTRack aims at being lightweight and easy to use. It will automatically render JSON and XML for the data structures you return in your actions (any structure parsable by the "json" and "xml-simple" gems, respectively). If you supply a view for a controller action, you do that using a builder file. Builder files are stored in the view directory grouped by controller name subdirectories (`view//.xml.builder`). XML format requests will then render the view template with the builder gem, rather than generating XML with XmlSimple.

Gemfile:
= Copier Copié!

installation:
=

Versions:

  1. 1.8.2 - January 29, 2013 (58 ko)
  2. 1.8.1 - January 23, 2013 (58 ko)
  3. 1.7.0 - January 03, 2013 (57 ko)
  4. 1.6.9 - December 20, 2012 (56,5 ko)
  5. 1.6.8 - November 14, 2012 (56,5 ko)
Voir toutes les versions (51)

Dépendances de Runtime (7):

builder >= 0
i18n >= 0
json >= 0
mime-types >= 0
rack >= 0
xml-simple >= 1.0.13

Dépendances de Development (1):

rack-test >= 0

Propriétaires:

Auteurs:

  • Chris St. John

Total de contrôle SHA 256:

fa86a64ce53d680e7b3ebdf10776964d9b127608d2e8390669388d584cbbdd18

Total de téléchargements 154 879

Pour cette version 4 761

License:

aucune

Version de Ruby requise: None

Liens: