RubyGems Navigation menu

formtastic_tristate_radio 0.2.8

Have 3-state radiobuttons instead of a 2-state checkbox for your Boolean columns which can store NULL. This gem: 1. Provides a custom Formtastic input type `:tristate_radio` which renders 3 radios (“Yes”, “No”, “Unset”) instead of a checkbox (only where you put it). 2. Teaches Rails recognize `"null"` and `"nil"` param values as `nil` 3. Encourages you to add translations for ActiveAdmin “status tag” so that `nil` be correctly translated as “Unset” instead of “False”. Does not change controls, you need to turn it on via `as: :tristate_radio` option.

Gemfile:
=

インストール:
=

バージョン履歴:

  1. 0.2.8 October 04, 2024 (13.5KB)
  2. 0.2.7 June 10, 2022 (13.5KB)
  3. 0.2.6 June 09, 2022 (13KB)
  4. 0.2.5 November 09, 2021 (24.5KB)
  5. 0.2.4 November 09, 2021 (13KB)
全てのバージョンを表示(全10件)

Runtime依存関係 (2):

formtastic >= 3
rails >= 4

Development依存関係 (2):

rspec ~> 3
yard >= 0.9.20

所有者:

プッシュ者:

作者:

  • Sergey Pedan

SHA 256チェックサム:

=

累計ダウンロード数 10,801

このバージョンのみ 156

このバージョンがリリースされたのは:

ライセンス:

MIT

必要なRubyのバージョン: >= 2.4.0

リンク: