Tags:
english,
podcasts,
week,
featuring,
topics,
tech,
ipod,
tips,
episode,
short,
something,
format,
popular,
project,
focus,
experts,
directory,
environment,
development,
tricks,
move,
EPISODES
#417 Foundation
ZURB's Foundation is a front-end for quickly building applications and prototypes. It is similar to Twitter Bootstrap but uses Sass instead of (...)
#415 Upgrading to Rails 4
With the release of Rails 4.0.0.rc1 it's time to try it out and report any bugs. Here I walk you through the steps to upgrade a Rails 3.2 (...)
#412 Fast Rails Commands
Rails commands, such as generators, migrations, and tests, have a tendency to be slow because they need to load the Rails app each time. Here I (...)
#409 Active Model Serializers
The ActiveModel::Serializers gem can help you build JSON APIs through serializer objects. This provides a dedicated place to fully customize the (...)
#406 Public Activity
Learn how to easily add a user activity feed using the public_activity gem. Here I show both the default setup using model callbacks and a manual (...)