'form_tag' helper stopped working in Rails 1.2RC1

‘form_tag’ helper method, when called with a block, stopped working for me as of Rails 1.2RC1. (Its new usage style was covered at http://www.loudthinking.com/arc/000601.html)

Is this a bug or is it being pulled out?

Old style ‘form_tag’/‘end_form_tag’ works as expected.

daesan

I thought the new style used 'form_for'....

My bad. I forgot to change 'RAILS_GEM_VERSION' in 'config/ environment.rb'.

'form_tag' works as it should.