Example Project for Web Technology - Week 5
Week 5
Example Project for this week: Example Project for Week 5 on GitHub: Notebook
It’s just an app with one resource, Note, which has one attribute, content.
I used JavaScript to add Notes on the notes#index page without reloading the page, following the example “A Simple Example” in the Rails Guides on AJAX.
This is the commit where I added the changes described in the tutorial.