Rails 2.0 compatible plugins / addons / libs

Guys!

Is there any list of Rails 2.0 compatible plugins/addons/libs? I searched a lot, but couldn't find anything. Would you know which ones were ported to Rails 2.0 (or at least are "safe")? I think this compilation would help a lot of people...

The most important ones (at least for me) would be:

- restful_authentication (+ acts_as_state_machine) => YES - open_id_authentication - cache_fu - exception_notification - attachment_fu - localization_simplified - globalize - acts_as_ferret - bundle_fu => YES - action_mailer_tls (GMail SMTP) => YES - acts_as_taggable - will_paginate => YES - flashplayrhelpr - widgets - acts_as_reportable (ruport) - rupdf (ruport) / railspdfplugin

Cheers, Sazima

P.S.: Feel free to add other plugins to the list above...

I upgraded from 1.2.5 to 2.0.2. so far, I've seen no problems using the following plugins

acts_as_rated acts_as_commentable restful_authenticated acts_as_ferret acts_as_taggable_on_steroids will_paginate

As far as we know, acts_as_reportable is fully compatible w. Rails 2.

-greg

rubynuby, Greg,

Thanks for the info!

No one else is using plugins in Rails 2.0? Any alternative or better plugins than what I suggested above?

Cheers, Sazima

Rails 2.0.2, Ruby 1.8.6, WinXp Sp2

acts_as_authenticated; works as advertised will_paginate: works as advertised.

I had trouble with

ym4r_gm spatial_adapter

I'm not sure if the problems are fixed now, so caveat emptor.

~ Aaron