Best_in_place Gem in Ruby on Rails 2

Hi,
i have a need to do inline editing, so found best_in_place gem can be
used for this.
But my application is in Ruby on Rails 2, please anybody help me to find
whether gem is compatible with ruby on rails 2.
Thanks,
Manoj Menon,
RoR Developer,
Maxxion Systems.

IPE was one of the many fine “gee-whiz” features that I remember
attracted me to Rails in the first place (somewhere in the middle 1.x
years). Here’s the JavaScript side from Scriptaculous:
Ajax.InPlaceEditor — Scriptaculous Documentation and here’s
the Ruby gem: in_place_editing | RubyGems.org | your community gem host

Note that there may be some assembly required, there was a break in this
feature when protect_from_forgery was added to Rails.

Walter