Ruby on Rails Monday, August 5, 2013

On 5 August 2013 12:09, mack gille <lists@ruby-forum.com> wrote:
> hi all,
> i need to store multiple checkbox values in single column of a table.
> here is my short code https://github.com/Kumar2013hk/check.git .Please
> help me in this regard..

googling for
rails bitfield
provides a number of hits, though I have no personal experience of the
suggestions.

First, though, don't bother unless you have a good reason. Just have
a column per boolean. Adopt the KISS technique.

Colin

>
> --
> Posted via http://www.ruby-forum.com/.
>
> --
> You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
> To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
> To post to this group, send email to rubyonrails-talk@googlegroups.com.
> To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/8fa65752abf7a38feb11488505a4519e%40ruby-forum.com.
> For more options, visit https://groups.google.com/groups/opt_out.
>
>

--
You received this message because you are subscribed to the Google Groups "Ruby on Rails: Talk" group.
To unsubscribe from this group and stop receiving emails from it, send an email to rubyonrails-talk+unsubscribe@googlegroups.com.
To post to this group, send email to rubyonrails-talk@googlegroups.com.
To view this discussion on the web visit https://groups.google.com/d/msgid/rubyonrails-talk/CAL%3D0gLuUZH%2ByH2juzYCz5N35%2BeuiQEA2ehvtbS6nnVHBiaTFpA%40mail.gmail.com.
For more options, visit https://groups.google.com/groups/opt_out.

No comments:

Post a Comment