Evolution of json_builder (Gource Visualization)

Gource visualization of json_builder (https://github.com/dewski/json_builder). Rails provides an excellent XML Builder by default to build RSS and ATOM feeds, but nothing to help you build complex and custom JSON data structures. JSON Builder is here to help.

View more

From: Landon Wilkins

Related topics : rails rss feed builder

Ruby on Rails - Railscasts PRO #87 Generating RSS Feeds (revised)

If you have a page containing a dynamic list of records, consider providing an RSS or Atom feed for it. It is quite easy to do with XML Builder and the atom_feed helper method as shown in this episode.

View more

From: Railscasts Reloaded

Related topics : rails rss feed builder