Skip to content

Instantly share code, notes, and snippets.

View justin368's full-sized avatar

Justin Hersh justin368

  • San Mateo, CA
View GitHub Profile
@justin368
justin368 / Gemfile
Created August 23, 2012 20:12
Rails Lightweight Stack. Most of this is detailed on Crafting Rails Applications - http://pragprog.com/book/jvrails/crafting-rails-applications
source :rubygems
# We are not loading Active Record, nor Active Resources etc.
# We can do this in any app by simply replacing the rails gem
# by the parts we want to use.
gem "actionpack", "~> 3.2"
gem "railties", "~> 3.2"
gem "tzinfo"
# Let's use thin