render_component
render_component copied to clipboard
Rails 3 Version of render_component
All requests should be get, it was failing due to forgering protection when a post request use render_component For example using render :active_scaffold in the layout, when a post request...
can you fix this issue to support rails 3.1 rc4? Bundler could not find compatible versions for gem "railties": In Gemfile: render_component_vho depends on railties (~> 3.1.0) ``` rails (=...
When my controller returns 304 result, the render_component fails with this error: ``` undefined method `redirect_url' for []:Array ``` on this line: ``` response = component_response(options, true)[2] ** if response.redirect_url...