Hey Lena
That should all work in Sammy.js with one exception: delete().
Unfortunately delete is a keyword in Javascript so you cant have
delete() methods. The easy workaround for this is:
route('delete', '#/notes/:id', function() {});
Thats strange about the plural/singular routes. What version of Sammy
are you using? If you could share some code, I could probably help
debug better. As of 0.3 routes are added and looked up in the order
you add them, where before they were sorted by length.
--AQ
Aaron Quint
http://www.quirkey.com