Giter Site home page Giter Site logo

awesome_flags's Introduction

awesome_flags

You'll need the FlagShihTzu plugin installed.

plugin install git://github.com/xing/flag_shih_tzu.git

Then set that up how you like. FlagShihTzu

Then get the awesome_flags gem.

gem 'awesome_flags'

AwesomeFlags outputs the keys used in FlagShihTzu columns as an Array of :symbols.

Just require AwesomeFlags in your model. Don't forget to install the FlagShihTzu plugin and add that as well.

include FlagShihTzu
include AwesomeFlags

Call all active flags for a variable, or add a column name to filter.

my_flags    
my_flags("column_name")

Using the all_flags method will return all flags (filtered by column or not).

all_flags
all_flags("column_name")

You can also send either method to a block to output formatted flags.
This can be handy to do things like generate check boxes dynamically. For example

- @form.all_flags.each do |flag|
  = check_box flag, :class => 'check_box'
  = label :flags, "#{flag.to_s.titleize}"

Copyright (c) 2011 Gabe Kessler. See LICENSE.txt for further details.

awesome_flags's People

Contributors

gabekessler avatar

Stargazers

 avatar

Watchers

 avatar  avatar  avatar  avatar  avatar  avatar

Recommend Projects

  • React photo React

    A declarative, efficient, and flexible JavaScript library for building user interfaces.

  • Vue.js photo Vue.js

    ๐Ÿ–– Vue.js is a progressive, incrementally-adoptable JavaScript framework for building UI on the web.

  • Typescript photo Typescript

    TypeScript is a superset of JavaScript that compiles to clean JavaScript output.

  • TensorFlow photo TensorFlow

    An Open Source Machine Learning Framework for Everyone

  • Django photo Django

    The Web framework for perfectionists with deadlines.

  • D3 photo D3

    Bring data to life with SVG, Canvas and HTML. ๐Ÿ“Š๐Ÿ“ˆ๐ŸŽ‰

Recommend Topics

  • javascript

    JavaScript (JS) is a lightweight interpreted programming language with first-class functions.

  • web

    Some thing interesting about web. New door for the world.

  • server

    A server is a program made to process requests and deliver data to clients.

  • Machine learning

    Machine learning is a way of modeling and interpreting data that allows a piece of software to respond intelligently.

  • Game

    Some thing interesting about game, make everyone happy.

Recommend Org

  • Facebook photo Facebook

    We are working to build community through open source technology. NB: members must have two-factor auth.

  • Microsoft photo Microsoft

    Open source projects and samples from Microsoft.

  • Google photo Google

    Google โค๏ธ Open Source for everyone.

  • D3 photo D3

    Data-Driven Documents codes.