This post originated from an RSS feed registered with Ruby Buzz
by Matt Williams.
Original Post: Modifying plugins for Rails 2.0
Feed Title: Ruby Blender
Feed URL: http://feeds2.feedburner.com/RubyBlender
Feed Description: This blog contains short-ish ruby tips, hints, and techniques.
I found myself having to modify one of my plugins, pretty_accessible_form recently; end_form_tag is no longer in rails. As the plugin draws forms, I needed to explicitly output </form>. I know that for most people there's use in no longer having the end_form_tag since it is added automatically, but there's a lot of plugins which might be broken as a result.