Skip to content
This repository has been archived by the owner on Sep 26, 2019. It is now read-only.

Commit

Permalink
rails_apps_composer: create database
Browse files Browse the repository at this point in the history
  • Loading branch information
Stuart Lynn authored and Stuart Lynn committed Apr 3, 2014
1 parent bb2db98 commit b6408de
Show file tree
Hide file tree
Showing 3 changed files with 26 additions and 0 deletions.
1 change: 1 addition & 0 deletions .ruby-gemset
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
scribe
1 change: 1 addition & 0 deletions .ruby-version
Original file line number Diff line number Diff line change
@@ -0,0 +1 @@
2.0.0
24 changes: 24 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -40,3 +40,27 @@ gem 'jbuilder', '~> 1.2'

# Use debugger
# gem 'debugger', group: [:development, :test]

gem 'bootstrap-sass'
gem 'devise'
gem 'mongoid', :github=>"mongoid/mongoid"
gem 'unicorn'
gem 'unicorn-rails'

group :development do
gem 'better_errors'
gem 'binding_of_caller', :platforms=>[:mri_19, :mri_20, :rbx]
gem 'quiet_assets'
gem 'rails_layout'
end

group :development, :test do
gem 'rspec-rails'
end

group :test do
gem 'database_cleaner', '1.0.1'
gem 'email_spec'
gem 'mongoid-rspec', '>= 1.10.0'
end

0 comments on commit b6408de

Please sign in to comment.