📚 Blog Archive

A Social Network in Rails: Activity Feed

· Miguel Parramón · blogger

Tags: a social network in rails, ruby, Ruby on Rails

This post is part of an ongoing feature about creating a social network in Rails. You can see part 1 here, about creating elegant permalinks for your content.

Today I’m presenting a wonderful gem called public_activity , which lets you create activity feeds with a few lines of code:

To begin with, add the gem to your Gemfile, as usual:

gem “public_activity”

Read more »

View original post →