MAMauricio Ackermanninmauricioackermann.com·Jul 14, 2020 · 3 min readHow to preview emails with ActionMailer::Preview on RailsWe know how it's a pain to test e-mails in our dev environment. Thinking of it, on Rails 4.1, the ActionMailer::Preview was released, making it possible to view e-mails without actually sending them. Let's learn how to use this tool. First of all, w...00
MAMauricio Ackermanninmauricioackermann.com·Jul 14, 2020 · 3 min readHow and When to use Yarn on Rails?Yarn is a package manager similar to NPM, which runs over NodeJS, created and managed by Facebook, to replace NPM, making the package manager faster, once it parallelizes the packages installation. The advantage of using it with Rails is that you fac...00