On 3 November 2011 10:03, kevin
<rubyonrailsx-Re5JQEeQqe8AvxtiuMwx3w@public.gmane.org>
wrote:> Hi, All
> This is my first email in this group.
> I am trying to invoke a protected method in controller, kind of like this
>
> SomeController.rb
>
> before_filter :cache_action, :cache_path => Proc.new {
> |controller|"path_to_what_i_want#{controller.current_platform}"}
>
> the method current_platform is a protected method. It works well in local
> development environment but raise an error that can not invoke protected
> method while i deployed in production. This is weird, so anybody know
> about this?
What happens if you run it in production mode on your development machine?
Colin
> We use pushsion_passenger and nginx in production.
>
> Kevin
>
> --
> 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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> To unsubscribe from this group, send email to
>
rubyonrails-talk+unsubscribe-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
> For more options, visit this group at
> http://groups.google.com/group/rubyonrails-talk?hl=en.
>
--
gplus.to/clanlaw
--
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-/JYPxA39Uh5TLH3MbocFF+G/Ez6ZCGd0@public.gmane.org
To unsubscribe from this group, send email to
rubyonrails-talk+unsubscribe@googlegroups.com.
For more options, visit this group at
http://groups.google.com/group/rubyonrails-talk?hl=en.