This is an example application for the curator model and repository framework. It shows a list of notes, and allows you to add new notes.
The important bits are:
-
Adding the gem to the Gemfile
-
The Note model and NoteRepository
-
The NotesController and view
-
The UpdateDescription db migration.
Note:
There is also a mongodb branch, which uses mongodb instead of riak.