Skip to content

Commit

Permalink
Added db cleaner and a few other handy development gems
Browse files Browse the repository at this point in the history
  • Loading branch information
amanelis committed Jan 24, 2013
1 parent 452962e commit 987a39a
Show file tree
Hide file tree
Showing 2 changed files with 14 additions and 0 deletions.
4 changes: 4 additions & 0 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@ group :assets do
end

group :development do
gem 'pry-rails'
gem 'quiet_assets'
gem 'awesome_print'
gem 'better_errors'
gem 'binding_of_caller'
end
Expand All @@ -51,5 +54,6 @@ group :development, :test do
gem 'sqlite3'
gem 'guard'
gem 'guard-rspec'
gem 'database_cleaner'
gem 'jasmine', :git => 'https://github.com/pivotal/jasmine-gem.git', :branch => '1.2.rc1'
end
10 changes: 10 additions & 0 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -53,6 +53,7 @@ GEM
activesupport
builder
arel (3.0.2)
awesome_print (1.1.0)
aws-sdk (1.3.8)
httparty (~> 0.7)
json (~> 1.4)
Expand Down Expand Up @@ -92,6 +93,7 @@ GEM
coffee-script-source (1.2.0)
cookiejar (0.3.0)
daemons (1.1.8)
database_cleaner (0.9.1)
devise (1.5.3)
bcrypt-ruby (~> 3.0)
orm_adapter (~> 0.0.3)
Expand Down Expand Up @@ -168,6 +170,10 @@ GEM
coderay (~> 1.0.5)
method_source (~> 0.8)
slop (~> 3.3.1)
pry-rails (0.2.2)
pry (>= 0.9.10)
quiet_assets (1.0.1)
railties (~> 3.1)
rack (1.4.3)
rack-cache (1.2)
rack (>= 0.4)
Expand Down Expand Up @@ -259,13 +265,15 @@ PLATFORMS
DEPENDENCIES
_bushido-faye (= 0.8.2)
airbrake
awesome_print
aws-sdk
better_errors
binding_of_caller
bourbon
cloudfuji
cloudfuji_paperclip
coffee-rails
database_cleaner
devise
devise_cloudfuji_authenticatable
eco
Expand All @@ -277,6 +285,8 @@ DEPENDENCIES
jquery-rails
kaminari
pg
pry-rails
quiet_assets
rails (= 3.2.11)
remotipart
rspec-rails
Expand Down

0 comments on commit 987a39a

Please sign in to comment.