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.
Humble semi-technical blog of Pat Wangrungarun
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.
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.
29 April 2013 in heroku
28 April 2013 in osx
When I need to test a form while developing, I was really bored and too lazy to think of some text to fill in any text input. Things like dasdsa or sajklhdas are too messy, and even though I have LittleIpsum installed it still takes too many clicks and mouse dragging. There must be a better way. I thought about using a timestamp.
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.