Internet Explorer in all versions is a dangerous browser. It has many deficiencies and security vulnerabilities that make it unsafe.
You should instead use a current version of Chrome or
Firefox if you're using windows or Safari for the Mac.
This site will not function properly in Internet Explorer. Emails will not be sent, downloads will not function, assignments will not be
submitted...
Lab04 Single Page Widgets
Due: Wednesday November 03, 2010 11:59 PM
Lab04 - Single Page Widgets
Requirements
Widgets model, controller, and associated views created
20 pts
A reasonable number and quality of tests are performed
To create a Rails application that makes use of AJAX
Instructions
For this lab you will need to create a site that allows for "Widgets" to be created, listed, viewed, edited, and deleted. Each widget should have a name and a description.
All of the actions for widgets should happen on a single page by using rails's ajax abilities. Essentially your lab will be complete when you can perform all of the normal scaffold activities but without the URL in the address bar ever changing.