Skip to content

Instantly share code, notes, and snippets.

@fernyb
Created January 19, 2011 03:53
Show Gist options
  • Save fernyb/785662 to your computer and use it in GitHub Desktop.
Save fernyb/785662 to your computer and use it in GitHub Desktop.
Starter Gemfile, haml, rspec, mongoid
source 'http://rubygems.org'
gem 'rails', '3.0.3'
gem 'haml', '3.0.25'
gem 'haml-rails', '0.3.4'
#gem 'sqlite3-ruby', :require => 'sqlite3'
# To use debugger (ruby-debug for Ruby 1.8.7+, ruby-debug19 for Ruby 1.9.2+)
# gem 'ruby-debug'
# gem 'ruby-debug19'
gem 'mongoid', '2.0.0.rc.5'
gem 'bson_ext', '1.2.0'
group :test, :development do
gem 'rspec-rails', '2.4.1'
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment