Categories: None [Edit]
restrack
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.
Total
Ranking: 12,685 of 184,502
Downloads: 160,810
Daily
Ranking: 57,505 of 184,487
Downloads: 0
Downloads Trends
Ranking Trends
Num of Versions Trends
Popular Versions (Major)
Popular Versions (Major.Minor)
Depended by
Rank | Downloads | Name |
---|
Depends on
Rank | Downloads | Name |
---|---|---|
6 | 1,074,276,701 | i18n |
7 | 1,048,946,608 | activesupport |
9 | 1,032,267,173 | rack |
16 | 975,399,309 | json |
30 | 769,389,409 | mime-types |
32 | 722,400,284 | builder |
37 | 623,570,012 | rack-test |
254 | 153,652,239 | xml-simple |
Owners
# | Gravatar | Handle |
---|---|---|
1 | stjohncj |