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 :)
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 :)
The
bullet
-gem notifies you of eager loading SQL queries :)How did you get the image on the railscasts.example@gmail.com? Address book or some gravatar-like service? :)
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.