Created
January 19, 2011 03:53
-
-
Save fernyb/785662 to your computer and use it in GitHub Desktop.
Starter Gemfile, haml, rspec, mongoid
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
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