This is a sample application for a #lesscode Ruby web stack I'm test driving:
- tynn for routing
- hmote for templating
- silueta for the value objects
- cutest for testing
- PostgreSQL as the database, with:
- sql_capsule for accessing the database
- nomadize for migrations
- And the following big dependencies: Rake (will try make instead), Bundler (will try gs, bs or gst instead) and Capybara (can't really replace it)
- scrivener for validation
I also want to add the following components when I need them:
Why is it called ferdig? You can find the explanation here.
It's an old saying that "If all you have is a hammer, everything looks like a nail", but I frequently found myself asking: "What if I just want to put a nail in the wall?" So I want to try the #lesscode way 😄
Another motivation is a very simple one: Most of the libraries is written by friends of mine – and I simply wanted to try them.
This code is released under GNU General Public License v3.0