Accounts, new Ruby gem
I got sick of having to rewrite the same user-account-management logic each time I write a new web-app, so I just created a new Ruby gem, accounts, as a web-app plug-in. Tools used:
- Sinatra
- Datamapper
- Haml
- Capybara/Cucumber
- RSpec
- Bundler
This was a pretty-good opportunity to dive deeper into Ruby, its idioms, and its vibrant and unique culture.