Socket
Book a DemoInstallSign in
Socket

select_options

Package Overview
Dependencies
Maintainers
1
Alerts
File Explorer

Advanced tools

Socket logo

Install Socket

Detect and block malicious and high-risk dependencies

Install

select_options

1.1.0
bundlerRubygems
Version published
Maintainers
1
Created
Source

= Select Options

This gem creates a select tag and a series of contained option tags for the provided object and method. Helper takes options from model's constant and translates it according to the translations file (composite_attributes section).

= Installation

In Gemfile: gem 'select_options'

= Usage example

For example, you have a model User with the field role and a constant ROLES: class User < ActiveRecord::Base ROLES = %w(admin user) ... end

in the template you have just write: <%= f.select_with_options :role %>

In case if you have the constant, named differt from the field name, like this: class Shape < ActiveRecord::Base DIMENTION_VALUES = [2, 3] ... end in the template you should use option :source <%= f.select_with_options :dimention, :source => Shape::DIMENTION_VALUES %>

Translations in en.yml for an ActiveRecord child look like this: en: activerecord: composite_attributes: user: role: admin: Administrator user: User or like this: en: activerecord: attributes: shape: dimention_2: 2D dimention_3: 3D

This code will generate translated collection of options for select tag: Administrator User

== Copyright

Copyright (c) 2011 Dmitriy Vorotilin, {Evrone.com}[http://evrone.com]. See LICENSE.txt for further details.

FAQs

Package last updated on 23 Nov 2011

Did you know?

Socket

Socket for GitHub automatically highlights issues in each pull request and monitors the health of all your open source dependencies. Discover the contents of your packages and block harmful activity before you install or update your dependencies.

Install

Related posts

SocketSocket SOC 2 Logo

Product

About

Packages

Stay in touch

Get open source security insights delivered straight into your inbox.

  • Terms
  • Privacy
  • Security

Made with ⚡️ by Socket Inc

U.S. Patent No. 12,346,443 & 12,314,394. Other pending.