I’ve created a simple Rails application to demonstrate ActionFlow. It’s located on the project SVN repository at Rubyforge. You can either 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.
To launch the simple HTML form example, visit http://[yourserver]/simple_form
To launch the AJAX example, visit http://[yourserver]/ajax It includes both AJAX forms and AJAX links examples.
To launch the links example, visit http://[yourserver]/links
~~DISCUSSION~~
This work is licensed under a
Creative Commons Attribution-Share Alike 3.0 License.