form_test_helper for Rails Edge 26 Aug 2007
The wonderful plugin “form_test_helper”:http://code.google.com/p/form-test-helper/ written by “Jason Garber”:http://www.jasongarber.com/ hasn’t worked with Rails Edge since this past spring. I monkey patched it to get it to work a few months ago, and tonight I submitted a patch which fixes form_test_helper with Rails Edge. The plugin has been tested to work with Rails Edge revisions 6764 to 7358.

The patch can be found “here”:http://www.continuousthinking.com/form_test_helper_edge.diff

http://www.continuousthinking.com/form_test_helper_edge.diff

I talked to Jason in July about submitting a patch and I believe it’ll be accepted and a new form_test_helper released, but in case you don’t want to wait please apply the patch yourself. You can do this by opening a terminal and following the below steps:

$> cd RAILS_ROOT/vendor/plugins
$> wget http://www.continuousthinking.com/form_test_helper_edge.diff
$> cd form_test_helper
$> patch -p0 < ../form_test_helper_edge.diff

# you should now be able to run rake
$> rake
(in /Users/zdennis/source/opensource_projects/blah/vendor/plugins/form_...
/opt/local/bin/ruby -Ilib:lib "/opt/local/lib/ruby/gems/1.8/...
Loaded suite /opt/local/lib/ruby/gems/1.8/gems/rake-0.7.3/lib/rake/rake...
Started
.................................................................
Finished in 0.372041 seconds.

65 tests, 293 assertions, 0 failures, 0 errors

Enjoy!


blog comments powered by Disqus