We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Hello,
I got an error using cell with Rails3 RC. It used to work fine with Rails3 beta 4.
Now I get this error :
ActionView::Template::Error (undefined method `returning' for #NavigationCell:0x2ffc920): 7: 8: - content_for :sidenav do 9: = render_cell :navigation, :tree, :type => :product, :cache_name => "product_simple"
Full gist here : http://gist.github.com/493733
Does anybody have this error too ?
Thank you !
The text was updated successfully, but these errors were encountered:
Hey, did #content_for really work in beta4???
A couple of things broke in RC which we have to fix. I will investigate on your bug and report back here, ok?
Nick
Sorry, something went wrong.
Hey apotonick,
#content_for ? yep it works.
Thank you for your reactivity, that's great
Thanks for the fix Nick
No branches or pull requests
Hello,
I got an error using cell with Rails3 RC. It used to work fine with Rails3 beta 4.
Now I get this error :
ActionView::Template::Error (undefined method `returning' for #NavigationCell:0x2ffc920): 7: 8: - content_for :sidenav do 9: = render_cell :navigation, :tree, :type => :product, :cache_name => "product_simple"
Full gist here : http://gist.github.com/493733
Does anybody have this error too ?
Thank you !
The text was updated successfully, but these errors were encountered: