RubyGems Navigation menu

hammock 0.4

Hammock is a Rails plugin that eliminates redundant code in a very RESTful manner. It does this in lots in lots of different places, but in one manner: it encourages specification in place of implementation. Hammock enforces RESTful resource access by abstracting actions away from the controller in favour of a clean, model-like callback system. Hammock tackles the hard and soft sides of security at once with a scoping security system on your models. Specify who can verb what resources under what conditions once, and everything else - the actual security, link generation, index filtering - just happens. Hammock inspects your routes and resources to generate a routing tree for each resource. Parent resources in a nested route are handled transparently at every point - record retrieval, creation, and linking. It makes more sense when you see how it works though. There's a screencast coming soon.

Gemfile:
= Copy to clipboard Copied!

Installeer:
=

Versies:

  1. 0.6.0 - August 02, 2010 (38 KB)
  2. 0.5.11 - May 12, 2010 (38,5 KB)
  3. 0.5.10 - May 12, 2010 (38,5 KB)
  4. 0.5.9 - May 12, 2010 (38,5 KB)
  5. 0.5.8 - February 21, 2010 (38 KB)
  6. 0.4 - October 06, 2009 (36,5 KB)
Toon alle versies (51 totaal)

Runtime afhankelijkheden (2):

Development afhankelijkheden (1):

hoe >= 2.3.3

Eigenaren:

Authors:

  • Ben Hoskings

SHA 256 checksum:

8db17c1920007093ff11538244e428cfee9544b2ae463d46a027e3fc177b3d92

Total downloads 193.204

Voor deze versie 3.754

Licenties:

N/A

Required Ruby Version: Geen

Links: