Luke Pearce wrote:
>
> I had the same issue - it was because of the render_component plugin.
> Take that out and everything worked properly.
>
> However this might be something worth looking at too:
> https://rails.lighthouseapp.com/projects/8994/tickets/2200-session-support-broken
>
Luke - Thanks for responding. I use embedded Active Scaffolds, so need
to have render component installed. I commented out a line that called
flash.sweep:
def assign_shortcuts_with_render_component(request, response)
assign_shortcuts_without_render_component(request, response)
flash(:refresh)
#flash.sweep if @_session && !component_request?
end
which seems to make things work without breaking others, but I can't be
too sure. I sent a message to the author of render_component and have
not heard whether this is a bad thing to do.
Tom
--
Posted via http://www.ruby-forum.com/.
--~--~---------~--~----~------------~-------~--~----~
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 [email protected]
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
-~----------~----~----~----~------~----~------~--~---