RailsCasts Pro episodes are now free!

Learn more or hide this

Theodor Tonum's Profile

GitHub User: theodorton

Site: www.easybit.no

Comments by Theodor Tonum

Avatar

A co-worker of mine created a gem autoexec_bat which helps you modularize your javascript files. It helps you trigger the correct javascript based on e.g. controller action or component.

It really made the transition to turbolinks easy for us as we only had to change one file :)

Avatar

The bullet-gem notifies you of eager loading SQL queries :)

Avatar

How did you get the image on the railscasts.example@gmail.com? Address book or some gravatar-like service? :)

Avatar

How about passing an Array<#email> and add them all to the BCC?

You could also iterate over the array in a controller and deliver one at the time. I'd recommend using a service like SendGrid to handle this for you.