mjbellantoni / formtastic-bootstrap

Formtastic form builder to generate Twitter Bootstrap-friendly markup.
MIT License
443 stars 218 forks source link

Removing Base::GroupedCollections from SelectInput #111

Closed ekubal closed 10 years ago

ekubal commented 10 years ago

There is no GroupedCollections module in 3.0-stable branch of Formtastic gem (https://github.com/justinfrench/formtastic/tree/3.0-stable/lib/formtastic/inputs/base)

I get "Unable to find input class for select" when I try to create:

input :position, as: :select, collection: @positions
sodabrew commented 10 years ago

This is the same as #110 but you're leaving the unused file behind.

mbhnyc commented 10 years ago

Can we get this merged? Using your fork for now @ekubal

rdsubhas commented 10 years ago

:+1: can we have this merged please?

rsbrown commented 10 years ago

:+1: running into this same issue

rdsubhas commented 10 years ago

In the meantime, downgrading Formtastic to 2.3.0 solves this. Formtastic 2.3.0 is mostly compatible with 3.x and not that many changes, so it kinda works well (unless you need something really specific from 3.0.0).

sodabrew commented 10 years ago

Merged as dc27d6160802d7e5a3eddbae49b4914f5948d820. Thanks for adding ColorInput!