Episodes tagged with “activerecord”
-
406
Public Activity
Learn how to easily add a user activity feed using the public_activity gem. Here we show both the default setup using model callbacks and a manual way to trigger activities.
Tags: activerecord plugins
-
338
Globalize3
Rails has great internationalization (I18n) support making it easy to translate static text into other languages, but how do we translate database content? Learn how using Globalize 3 in this episode.
Tags: plugins activerecord models