search for: e6334120

Displaying 1 result from an estimated 1 matches for "e6334120".

Did you mean: 633410
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