Rtracks is an MVC web framework that is a smaller version of Ruby on Rails, built from scratch by following the excellent book Rebuilding Rails by Noah Gibbs (@codefolio)
bundle exec rackup -p 3001
Point browser to http://localhost:3001
Example: http://localhost:3001/quotes/quote
rake test
# verbose
rake test TESTOPTS="--verbose"