Demo Rails expenses app that demonstrates how forms can be made more human that allow for entires like "1 week ago" or "124.99/2" without triggering form errors.
This is a rails app, so clone this repo to your machine, then run.
$ bundle
Then
bin/rails server
Open localhost:3000 and you'll see a lovely expense account app with delightful, humane, form inputs
Read more about this at: