There is no better way to truly understand something than to roll up your sleeves and dig in. I recently realized that I needed to do exactly that with Ruby’s Enumerable module.
List of 101 ruby factoids, in this list there is surely something new to learn for every ruby programmer, or to just remind you of all the cool things that are at your disposal while programming in ruby.
Memcached is a memory caching system, typically used to speed up dynamic web applications by caching data in RAM to reduce the use of database queries. It was originally developed by Brad Fitzpatrick for LiveJournal.
Scenic is another gem from Toughtbot, the prominent Chicago ruby workshop. Scenic adds methods to ActiveRecord::Migration to create and manage database views in Rails.
Newsletter content curated by Nenad from the Infinum Rails Team