Thanks to dominique for taking the time to make the patch.
Cheers,
steven bristol
---------- Forwarded message ----------
From: Dominique Brezinski <dominique...@gmail.com>
Date: Wed, Apr 1, 2009 at 7:46 PM
Subject: [PATCH] Untested port to rails 2.3.2
To: steven...@gmail.com
I just started using git, so hopefully that patch is ok. Let me know
if you have any problems with it.
The gist of it was:
1) edit config/environment.rb to specify 2.3.2
2) rake rails:update
3) ./script/plugin update rails-footnotes
4) fight with rails and RedCloth to get it unpacked into vender/gems
and built correctly.
5) convert all the formatted_*_path methods to drop the formatted_
prefix and use the :format option
I can't tell if this takes care of everything, because on my system
the test output has *a lot* of failures and errors in the default
install. However, all the base features seem to be working without
error in the log and without deprecation warnings now.
Cheers,
Dom