render_component icon indicating copy to clipboard operation
render_component copied to clipboard

NOTICE: official repository moved to https://github.com/malev/render_component. Components allow you to call other actions for their rendered response while executing another action

Results 4 render_component issues
Sort by recently updated
recently updated
newest added

This is my fork: https://github.com/mathieujobin/render_component This is new gem release: https://rubygems.org/gems/rails-render-component

With rails 2.3.5 this plugin fails with /var/lib/gems/1.8/gems/activesupport-2.3.5/lib/active_support/core_ext/module/aliasing.rb:33:in `alias_method': undefined method`set_session_options' for class `ActionController::Base' (NameError) There are blogs verifying the problem here: http://dothingssimple.wordpress.com/2009/08/07/hello-world/ http://www.42.mach7x.com/2009/06/24/undefined-method-render_component-with-activescaffold-and-rails-2-3-2/ But the solution is use another...

I don't understand how or why but I just wasted hours trying to figure out why this was broken and finally narrowed it down to render_component. The problem went away...

Hi, I discovered this error with ActiveScaffold: If you have sweepers activated, you will get a NoMethodError, because Sweepers after action is called twice. First time, it sets self.controller =...