- Modular Application
- Automatic Reload
- Test with: Minitest
- Persistence with: sinatra-activerecord
- CLI: rake console
- Modular App OK
- Auto Reload OK
- Test :(
$ tree -d -L 2
.
├── config
├── controllers
├── helpers
├── log
├── models
├── public
├── tmp
│ ├── pids
│ └── sockets
└── views
$ rackup -p 4567
$ bundle exec puma -C config/puma.rb
- Fork it
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request