I belong to a huge family with some ancient traditions. One of them is the "Christmas presents chain" in which we do a lottery a couple of months before Christmas to select who will give presents to whom.
For some years I have managed the wishlists via email but it soon became a mess, so I decided to create this application to let every person manage her own list.
In my family we traditionally have the Christmas party in the evening of Dec. 25th, so in Italian the name venti5sera means "the evening of 25th". Well, it actually means twenty5theevening.
Once cloned, bundle with bundle --without production
to avoid problems with pg
.
Deploying to heroku:
$ git push heroku master
If you have new migrations remember to do
$ heroku run rake db:migrate
Sometimes latest commmits don't take effect on Heroku, so you can try
$ heroku restart
Pietro Molini wrote this code. As long as you retain this notice you can do whatever you want with this stuff. If we meet some day, and you think this stuff is worth it, you can buy me a beer in return.
The code of this application is mainly taken from Ruby on Rails Tutorial: Learn Rails by Example by Michael Hartl (the Rails 3.2 version).