Remove the headache of styling and tweaking copy in system emails.
Read more at the sourceAll posts by Jessie Young
GET the NeXTSTEP of iOS on Rails
We’re excited to release iOS on Rails 1.0!
Read more at the sourceA Guide to Caching Your Rails Application With Fastly
Understand and implement Fastly caching in your Rails application.
Read more at the sourceHow to Find Missing or Unused I18n Translations
<p>While I18n is a great tool for quick copy changes, translation files can quickly
become large and multiply, leaving you with the feeling that there are missing
or unused translations hiding under your nose. Enter
<a href="https://github.com/glebm/i18n-tasks">i18n-tasks</a>, which provides – you guessed…</p>
Pluralizing I18n Translations in Your Rails Application
How to clean up your Rails views with I18n’s built-in pluralization tools.
Read more at the sourceUsing Clearance with RailsAdmin
<p>These days, I find myself implementing
<a href="https://github.com/sferik/rails_admin">RailsAdmin</a> on almost every consulting
project that I’m on. While RailsAdmin is not a replacement for a custom or
complex admin interface, it’s a great way to give non-technical
stakeholders access to the data…</p>
Welcome Aboard: You’re Riding iOS on Rails!
<p>When I sat down to write my first API with Rails, I was overwhelmed with the
abundance of options available to me. From ActiveModel::Serializers to
JBuilder to Rabl to simply calling <code>.as_json</code>, just choosing which library
to use for rendering JSON was…</p>