PA Rails 3

Continuation

(click here to go back to PA Rails 2)

Continuing from PA Rails 2 we finally add Ajax and Javascript to the search page for a better user experience. Note that for grading purposes, if a feature wasn’t working in Rails PA 2 then you won’t get penalized again here if it still isn’t working.

Part 3: Searching with AJAX and Javascript

  1. Modify the search functionality to use AJAX and Javascript such that search results are displayed in the same search page - preferably underneath the search form.
  2. The search results should be updated without reloading the page or rendering a new page.
  3. Remove the search/submit button from the search form, and instead add Javascript events on the subject dropdown and course name text field so that results are automatically updated whenever a change is detected in any of the inputs.

Deliverables:

  1. Submit to Latte your link to GitHub.
  2. Submit to Latte your link to Heroku.
  3. Submit to Latte a zipped up folder of your app.