form_test_helper on edge
on September 01, 2007 @ 11:28 PM

Well I’ve joined the Google Code project for form_test_helper . So form_test_helper will now work with Rails Edge, trunk revisions 6764 all the way up to 7393 (todays latest commit).

If you are using Rails 1.2.x or a Rails Edge revision less then 6764 then please use the 1.0.0 tag for form_test_helper, otherwise use what we consider form_test_helper trunk.

Installing for Rails Edge greater than or equal to 6764

script/plugin install http://form-test-helper.googlecode.com/svn/form_test_helper

Installing for Rails Edge less than 6764

script/plugin install http://form-test-helper.googlecode.com/svn/tags/form_test_helper-1.0.0

I am going to put these notes on the project home page as soon as I get permissions to make that update if Jason doesn’t make the change himself.

Enjoy form_test_helper on Edge!


  1. Visitor056 09.04.07 / 11AM

    I have visited your site 374-times

  2. Visitor964 09.04.07 / 11AM

    Your site found in Google: position963

  3. Jay Levitt 09.07.07 / 17PM

    That’s great! Do you have any thoughts about what it would take to use this from rspec?

  4. Zach Dennis 09.15.07 / 04AM

    I haven’t specifically tried to use form_test_helper with rspec. I imagine it should work since all form_test_helper does is sit on top of assert_select.

    Although are you referring to having form_test_helper sitting on top of the rspec methods instead?

    Either way it’s doable and I don’t think it’d be very difficult to get it working either way,