Skip to content
This repository has been archived by the owner on Dec 22, 2022. It is now read-only.

Commit

Permalink
Replace sqlite with mysql for dev, test, prod.
Browse files Browse the repository at this point in the history
  • Loading branch information
redlibrarian committed Mar 27, 2015
1 parent fc95633 commit acb24e9
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
4 changes: 3 additions & 1 deletion Gemfile
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,9 @@ source 'https://rubygems.org'
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
gem 'rails', '4.2'
# Use sqlite3 as the database for Active Record
gem 'sqlite3'
#gem 'sqlite3'
# User mysql as database adapter for dev, test, and prod
gem 'mysql2'
# Use SCSS for stylesheets
gem 'sass-rails', '~> 5.0.1'
# Use Uglifier as compressor for JavaScript assets
Expand Down
4 changes: 2 additions & 2 deletions Gemfile.lock
Original file line number Diff line number Diff line change
Expand Up @@ -174,6 +174,7 @@ GEM
mini_portile (0.6.2)
minitest (5.5.1)
multi_json (1.11.0)
mysql2 (0.3.18)
nokogiri (1.6.6.2)
mini_portile (~> 0.6.0)
om (3.1.0)
Expand Down Expand Up @@ -272,7 +273,6 @@ GEM
actionpack (>= 3.0)
activesupport (>= 3.0)
sprockets (>= 2.8, < 4.0)
sqlite3 (1.3.10)
stomp (1.3.4)
therubyracer (0.12.1)
libv8 (~> 3.16.14.0)
Expand Down Expand Up @@ -315,14 +315,14 @@ DEPENDENCIES
jbuilder (~> 2.0)
jettywrapper (~> 2.0.3)
jquery-rails
mysql2
nokogiri
om
rails (= 4.2)
rspec
sass-rails (~> 5.0.1)
sdoc (~> 0.4.0)
spring
sqlite3
therubyracer
turbolinks
uglifier (>= 1.3.0)

0 comments on commit acb24e9

Please sign in to comment.