Skip to content

Instantly share code, notes, and snippets.

@siddharthbhagwan
siddharthbhagwan / Gemfile
Created February 4, 2014 11:02
Sample Implementation of Action Controller Live
source 'https://rubygems.org'
gem 'rails', '4.0.2'
gem "redis-rails", "~> 4.0.0"
gem 'puma'
gem 'unicorn'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'