RubyGems Navigation menu

hammock 0.3.10.3

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:
= 复制到剪贴板 已复制!

安装:
=

版本列表:

  1. 0.6.0 - August 02, 2010 (38.0 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.0 KB)
  6. 0.3.10.3 - August 05, 2009 (35.5 KB)
显示所有版本 (共 51 个)

Runtime 依赖 (2):

Development 依赖 (1):

hoe >= 2.3.2

业主:

作者:

  • Ben Hoskings

SHA 256 校验和:

2f36c2e5118fe0248bde026eca3c9a2ec60eda46a8edcfb304a4adff5bd966fc

下载总量 193,204

这个版本 3,802

许可:

需要的 Ruby 版本:

链接: