RubyGems Navigation menu

hammock 0.2.13

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, so check out the screencast!

Gemfile:
= クリップボードにコピー コピー完了!

インストール:
=

バージョン履歴:

  1. 0.6.0 - August 02, 2010 (38KB)
  2. 0.5.11 - May 12, 2010 (38.5KB)
  3. 0.5.10 - May 12, 2010 (38.5KB)
  4. 0.5.9 - May 12, 2010 (38.5KB)
  5. 0.5.8 - February 21, 2010 (38KB)
  6. 0.2.13 - April 06, 2009* (32KB)
全てのバージョンを表示(全51件)

Runtime依存関係 (2):

Development依存関係 (2):

hoe >= 1.8.0
newgem >= 1.3.0

所有者:

作者:

  • Ben Hoskings

SHA 256チェックサム:

415c6348774de19962e16e7b1222918cc357d3dc8ed9430a08c62229c8d64880

累計ダウンロード数 193,356

このバージョンのみ 3,738

ライセンス:

N/A

必要なRubyのバージョン: なし

リンク: