Modular Rails: Create a modular app
January 29, 2015 by Thibault
March 9, 2015 by Thibault
Checking that emails are correctly sent on your development machine can be hard since you often don't have a functional SMTP server and you don't want to send emails everywhere anyway. How to ensure that your emails are correctly sent and at the right time? Letter Opener is here for you.
READ MOREJanuary 29, 2015 by Thibault
January 29, 2015 by Thibault
January 28, 2015 by Thibault
January 28, 2015 by Thibault
December 13, 2014 by Thibault
I've received requests to talk about PUT and DELETE calls on my article about CORS with Angular.js. So here it comes!
December 11, 2014 by Thibault
I recently received a comment on my STI tutorial asking how to keep all the subclasses in one file. Indeed, creating one file for one line of code is a bit overkill but that's the way Rails works: Conventions over configuration.
December 11, 2014 by Thibault
November 24, 2014 by Thibault