RubyGems Navigation menu

values_for 0.1

values_for makes your ActiveRecord-backed class work with an enumerable type. Instead of existing ActiveRecord plugins such as enum_fu, which store the enumerable attribute as an integer, values_for stores the content of the enumerable attribute in a varchar column of the database. The field will automatically validate using validates_inclusion_of and accepts all the same options. values_for will also optionally create named scopes, predicate methods, and constants defining the possible values for enumerable types on your model. By default, however, it avoids polluting your model with things you may not need unless these features are specifically requested.

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

インストール:
=

バージョン履歴:

  1. 0.1 - October 28, 2010 (9.5KB)
  2. 0.0.9 - October 28, 2010 (9.5KB)

所有者:

作者:

  • Justin Leitgeb

SHA 256チェックサム:

a8f7a2fcc7910e2de78dc9fb62ec26fce16c2f813d48a28d6585a0b297ac692a

累計ダウンロード数 12,419

このバージョンのみ 9,244

ライセンス:

N/A

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

リンク: