Displaying 1 result from an estimated 1 matches for "1ea2a205".
2006 Jul 28
3
render :update working incorrectly
I have the following code
render :update do |page|
page.alert(''Hey there'')
end
Why is it taking me to a blank page with the following text at the top:
alert("Hey there");
This text is in <pre> tags as well. Its kinda weird. Thats what I want
to execute on the page that it came from. Any ideas?
This happens with the other commands where it renders the