phato.blog

Humble semi-technical blog of Pat Wangrungarun

SendGrid + Devise on Heroku

01 May 2013 in devise, heroku

Let’s say I have a subdomain devsheet.phatograph.com and I want to configure SendGrid and Devise in Heroku, here are things to be done.

Heroku and Unicorn

29 April 2013 in heroku

Yeah that rainbow Unicorn. I want to blog this for a while but I was too lazy. I have been using Unicorn since I built my own VPS, AppWaker got the first shot. I also need concurrent connections on Teeview as well, so I came across some nice articles.

Heroku and Travis

27 April 2013 in heroku, travis

The story was this, I would like to have a CI to get my code from GitHub, maybe run some test, and deploy it to Heroku. So I could commit to one place (master) and everything would be set up. Travis is very handy in this, but require some configurations.