Safebuffer with rails 2.3.8

Hi there!

I’ve just migrated from rails 2.3.5 to 2.3.8 and now I have a lot (and I
mean
a lot!) of deprecation warnings like this one: “DEPRECATION WARNING:
ActionView::SafeBuffer is deprecated! Use ActiveSupport::SafeBuffer
instead.”

But I don’t understand how to remove this. I searched through installed
plugins, and there is no reference to SafeBuffer :frowning:

Any help would be appreciated please.

Thanks!

Found it! It was a problem with fckeditor plugin.

Le mercredi 26 mai 2010 11:21:41, Loïc Guitaut a écrit :

And what was the problem? I’m having the same issue.

Best,

Rafael

On Thu, May 27, 2010 at 9:33 AM, Loïc Guitaut [email protected]
wrote:

But I don’t understand how to remove this. I searched through installed
_/ GnuPG KeyID : 0xA78CD85D


Rafael Strecker Coelho de Souza
http://www.cnxs.com.br

It’s with the javascript include in lib/fckeditor.rb. Just comment out
all the
“module ActionView::Helpers::AssetTagHelper” block and include
fckeditor.js as
you do with another JS file.
You’ll get rid of those deprecation warnings :slight_smile:

Le jeudi 27 mai 2010 20:05:06, Rafael Coelho de Souza a écrit :