Rails II
3 credits
Widgets model, controller, and associated views created | 20 |
A reasonable number and quality of tests are performed | 10 |
All actions work through AJAX | 70 |
Total | 100 pts |
To create a Rails application that makes use of AJAX
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.