This commit is contained in:
Andreas Stephanides
2013-10-28 11:25:29 +01:00
parent 1058709b38
commit 637fe7dc9f
3 changed files with 9 additions and 3 deletions

View File

@@ -4,7 +4,7 @@ gem 'rails', '3.2.9'
# Bundle edge Rails instead:
# gem 'rails', :git => 'git://github.com/rails/rails.git'
gem 'mysql2'
gem 'sqlite3'
gem 'execjs', '~>1.4.0'

View File

@@ -102,6 +102,7 @@ GEM
mime-types (1.21)
multi_json (1.5.1)
multipart-post (1.2.0)
mysql2 (0.3.13)
net-ldap (0.2.2)
oauth2 (0.8.1)
faraday (~> 0.8)
@@ -227,6 +228,7 @@ DEPENDENCIES
haml
jquery-fileupload-rails
jquery-rails
mysql2
omniauth
omniauth-facebook
omniauth-ldap

View File

@@ -19,7 +19,11 @@ test:
timeout: 5000
production:
adapter: sqlite3
database: db/production.sqlite3
adapter: mysql2
encoding: utf8
database: test1production
pool: 5
username: root
password: changeme
socket: /var/run/mysqld/mysqld.sock
timeout: 5000