Formtastic 1.0.0.beta Released
Published 7 June 10 by Justin French
I’ve just pushed up the first 1.0 beta gem!
Your mission
Download the beta, install it in your Rails 2.x apps, run your test suite, then reply to this thread with “all good” if your tests pass. If you encounter problems, please create issues on Github, or discuss on the Google Group.
There’s only one outstanding 1.0 issue (#246, which we’re still pondering on the solution for, so it’ll probably slip out to 1.2).
What’s changed?
Here’s the CHANGELOG entries since 0.9.10:
- Fixed
:radioand:check_boxesinputs so that the legend no longer includes a<label>with aforattribute pointing to an input that doesn’t exist (#253) - Fixed that some inputs had invalid
find_optionsattribute (#262) - Fixed that we were calling
html_safe!when it was not always available - Added the ability for
:input_htmlto now accept an option of:size => nil, to exclude the:sizeattribute altogether (#267)
Before you go…
Here’s some links to my most popular posts: