phato.blog

Humble semi-technical blog of Pat Wangrungarun

Devise user confirmation testing in development

02 May 2013 in devise

I want to test Devise’s confirmable feature in local development, so I need a way to locally send & receive emails. Got this technique from this post. I’d like to paste it here.

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.