Skip to content
This repository has been archived by the owner on Feb 21, 2018. It is now read-only.

Commit

Permalink
Remove sqlite3 support, us pg in development
Browse files Browse the repository at this point in the history
  • Loading branch information
nbibler committed Jun 17, 2011
1 parent 09ec88d commit a09ba8f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 33 deletions.
4 changes: 3 additions & 1 deletion .gitignore
@@ -1,4 +1,6 @@
.bundle
db/*.sqlite3
log/*.log
tmp/**/*
tmp/

config/database.yml
7 changes: 1 addition & 6 deletions Gemfile
Expand Up @@ -3,15 +3,10 @@ source 'http://rubygems.org'
gem 'rails', '3.0.5'
gem 'friendly_id', '3.2.1.1'
gem 'rack-response-signature', '0.2.0', :require => 'rack/response_signature'

gem 'sqlite3-ruby', :require => 'sqlite3', :group => [:test, :development]
gem 'pg'

group :test do
gem 'shoulda'
gem 'mocha'
gem 'factory_girl'
end

group :production do
gem 'pg'
end
4 changes: 0 additions & 4 deletions Gemfile.lock
Expand Up @@ -67,9 +67,6 @@ GEM
thor (~> 0.14.4)
rake (0.8.7)
shoulda (2.11.3)
sqlite3 (1.3.3)
sqlite3-ruby (1.3.3)
sqlite3 (>= 1.3.3)
thor (0.14.6)
treetop (1.4.9)
polyglot (>= 0.3.1)
Expand All @@ -86,4 +83,3 @@ DEPENDENCIES
rack-response-signature (= 0.2.0)
rails (= 3.0.5)
shoulda
sqlite3-ruby
22 changes: 0 additions & 22 deletions config/database.yml

This file was deleted.

0 comments on commit a09ba8f

Please sign in to comment.