====== Downloading the demo application ====== I've created a simple Rails application to demonstrate ActionFlow. It's located on the project SVN repository at Rubyforge. You can either [[http://viewvc.rubyforge.mmmultiworks.com/cgi/viewvc.cgi/demos/actionflow_demo/?root=actionflow|browse the source code]] or checkout the latest revision with svn co svn://rubyforge.org/var/svn/actionflow/demos/actionflow_demo Once checked out, launch the application and visit one of the examples. ==== Simple Form Example ==== To launch the simple HTML form example, visit **http://[yourserver]/simple_form** ==== AJAX Example ==== To launch the AJAX example, visit **http://[yourserver]/ajax** It includes both AJAX forms and AJAX links examples. ==== Links examples ==== To launch the links example, visit **http://[yourserver]/links** ~~DISCUSSION~~