Skip to content

Commit

Permalink
No need for DB
Browse files Browse the repository at this point in the history
  • Loading branch information
cwegrzyn committed May 25, 2020
1 parent 2bd1f29 commit dbaf92d
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 4 deletions.
2 changes: 0 additions & 2 deletions Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,6 @@ gem 'rails', '~> 4.0'
gem 'newrelic_rpm'
gem 'rails-api'
gem 'activerecord-nulldb-adapter'
gem 'pg'
gem 'active_model_serializers', '~> 0.8.0'
gem 'font-awesome-rails'
gem 'uglifier', '~> 2.7.2'
Expand Down Expand Up @@ -34,7 +33,6 @@ group :test do
gem 'minitest-rails', '~> 1.0'
gem 'minitest-reporters'
# gem 'mini_backtrace'
gem 'sqlite3'
end

# fixing a few travisCI complaints
Expand Down
5 changes: 3 additions & 2 deletions config/database.yml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,9 @@ development:
# Do not set this db to the same as development or production.
test:
adapter: nulldb
# production:
# adapter: sqlite3

production:
adapter: nulldb
# database: db/production.sqlite3
# pool: 5
# timeout: 5000

0 comments on commit dbaf92d

Please sign in to comment.