RubyGems Navigation menu

restrack 0.1.1

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', 'has_mapped_relationships_to', 'has_direct_relationship_to', and 'has_direct_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 (view//.xml.builder). XML format requests will then render the view template with the builder gem, rather than generating XML with XmlSimple.

Gemfile:
= Copy to clipboard Copied!

install:
=

Versions:

  1. 1.8.2 - January 29, 2013 (58 KB)
  2. 1.8.1 - January 23, 2013 (58 KB)
  3. 1.7.0 - January 03, 2013 (57 KB)
  4. 1.6.9 - December 20, 2012 (56.5 KB)
  5. 1.6.8 - November 14, 2012 (56.5 KB)
  6. 0.1.1 - February 06, 2011 (48 KB)
Show all versions (51 total)

Runtime Dependencies (8):

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

Owners:

Authors:

  • Chris St. John

SHA 256 checksum:

488a8c020f49121e93d188f50a665739cfbe13104fb1923cc54ee3b5be3f5b19

Total downloads 155,245

For this version 3,248

Licenses:

N/A

Required Ruby Version: None

Links: