form_test_helper 1.0.1 and 1.1.1
on November 27, 2007 @ 11:07 AM

form_test_helper 1.0.1 and 1.1.1 have been released.

  • 1.0.1 is for people who are on 1.2.x (specifically 1.2.5 and 1.2.6)
  • 1.1.1 is for people who are on a Rails Edge revision between 6764 and 7420

If you are on Rails Edge newer then 7420 then you’ll want to use form_test_helper edge. A separate announcement will be made for that release.

The 1.0.1 and 1.1.1 releases fix a namespace collision issue if you happen to have a model named Option or Select. Thanks to Tomasz Wegrzanowski for pointing this out and supplying a patch.

For information on how-to install, or for usage examples please check out the rdoc for these releases:

This will probably be the last release for the 1.1.x branch of development since it targets such as a small set of revisions on Rails Edge and it will be out of date shortly if it isn’t already.