This is on Rails 2.2.2. When installing I also had to change this line
in plugins/fleximage/init.rb
FROM
ActionView::Base.register_template_handler :flexi, Fleximage::View
TO
ActionView::Template.register_template_handler :flexi, Fleximage::View
So I wonder if there are other issues at work. Anyone on Edge rails
running fleximage ok? I can get the images to work when I use
embedded_image_tag but have had issues with image corruption really
blowing up my app. (have to drop the row from DB) Man, you spend more
time troubleshooting and shoehorning plugins than you do just writing
the functions from scratch!