search for: mindreadr_request

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

2006 Feb 14
4
Newbie stumped by "NameError in "
...def index end def display_images_from_mindreadr # Basic action which calls _open_socket, _request, and _read render(:layout => false) end def mindreadr_open_socket # Connect 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 fin...