[ ソース: ruby-has-scope ]
パッケージ: ruby-has-scope (0.8.0-1)
ruby-has-scope に関するリンク
Debian の資源:
ruby-has-scope ソースパッケージをダウンロード:
- [ruby-has-scope_0.8.0-1.dsc]
- [ruby-has-scope_0.8.0.orig.tar.gz]
- [ruby-has-scope_0.8.0-1.debian.tar.xz]
メンテナ:
外部の資源:
- ホームページ [github.com]
類似のパッケージ:
Maps controller filters to your resource scopes
The gem intends to maps controller filters to your resource scopes, Has Scope allows you to map incoming controller parameters to named scope in your resources.
You can retrieve all the scopes applied in one action with current_scope method, has_scope supports several options such as :type, :only, :except, :using, :if and many more, mapping as per required resource scope. It allows you to map incoming controller parameters to named scope in your resources.
その他の ruby-has-scope 関連パッケージ
|
|
|
|
-
- dep: ruby-actionpack (>= 2:5.2)
- web-flow and rendering framework putting the VC in MVC (part of Rails)
-
- dep: ruby-activesupport (>= 2:5.2)
- collection of utility classes used by the Rails framework