> This is hard to extend and understand what's inside. For example, if I > want to build a custom view renderer that can work independently of > controller context (in our case, make it render stuff asynchronously in > delayed job), but still have access to the application helpers, routes, and > all the other custom code we have in our views. > > You mean instead of having to override ::view_context_class in a controller you could just extend your ApplicationView class directly?
Nick -- You received this message because you are subscribed to the Google Groups "Ruby on Rails: Core" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To post to this group, send email to [email protected]. Visit this group at http://groups.google.com/group/rubyonrails-core. For more options, visit https://groups.google.com/d/optout.
