Hello all,

We are using the action_cache(http://craz8.com/svn/trunk/plugins/
action_cache/) plugin for time based expiry of our RSS feeds. We
upgraded to Rails 2.1, and now it fails because the plugin calls
@actions.include?(controller.action_name.intern). There is no @actions
anymore as seen in this commit (http://github.com/rails/rails/commit/
7708650f73ddb4db300ea2059c60c1d907a4384e).

I see that @actions = is replaced by @options = so was wondering if
it's as simple as doing @options[:actions]? I've searched all over for
this and hope to find a solution here.

Thanks,
Ahmed
--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups "Ruby 
on Rails: Talk" group.
To post to this group, send email to rubyonrails-talk@googlegroups.com
To unsubscribe from this group, send email to [EMAIL PROTECTED]
For more options, visit this group at 
http://groups.google.com/group/rubyonrails-talk?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to