search for: ajax_exampl

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

Did you mean: ajax_example
2006 Feb 14
4
Newbie stumped by "NameError in "
...ct to MindReader server/port render(:layout => false) end def mindreadr_request # Ask MindReadr for some images render(:layout => false) end def mindreadr_read # Read output from MindReadr render(:layout => false) end def ajax_example render(:layout => false) end index.rhtml (partial- this all works fine until I hit the action button) <!-- Section that displays images --> <div id="mindreadrread_results">The images should go here after clicking "click here"</div...