Threesuns

Email the Instructor

Contact

All Semesters

Semesters

All Courses

Courses

2011Fall

08.16.10 - 12.12.10

Rails II

CSYS2873

Wednesday
05:30 PM - 08:20 PM

Single Page Widgets

Lab04

Objective: To create a Rails application that makes use of AJAX

pastdue

Submit Your Solution

Lab04

Request a Copy of your Solution

Lab04

Requirements

Widgets model, controller, and associated views created20 pts
A reasonable number and quality of tests are performed10 pts
All actions work through AJAX70 pts
Total100 pts

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.