#417 FoundationJun 16, 2013 - 11:06ZURB's Foundation is a front-end for quickly building applications and prototypes. It is similar to Twitt...View more
#412 Fast Rails CommandsApr 4, 2013 - 8:06Rails commands, such as generators, migrations, and tests, have a tendency to be slow because they need t...View more
#409 Active Model SerializersMar 9, 2013 - 10:58The ActiveModel::Serializers gem can help you build JSON APIs through serializer objects. This provides a...View more
#406 Public ActivityFeb 13, 2013 - 10:59Learn how to easily add a user activity feed using the public_activity gem. Here I show both the default...View more
#402 Better Errors & RailsPanelJan 25, 2013 - 8:06Here we take a look at two tools to aid us in development: Better Errors which makes it easier than ever...View more
#400 What's New in Rails 4Jan 4, 2013 - 20:23Rails 4.0 is still unfinished, but it is shaping up to become a great release. Here I show how to setup a...View more
#396 Importing CSV and ExcelDec 8, 2012 - 10:19Allow users to import records into the database by uploading a CSV or Excel document. Here I show how to...View more
#393 Guest User RecordNov 21, 2012 - 9:27Instead of presenting a sign up form to the user, consider creating a temporary guest record so the user...View more