File tree 3 files changed +15
-25
lines changed
3 files changed +15
-25
lines changed Original file line number Diff line number Diff line change @@ -3,8 +3,7 @@ source 'https://rubygems.org'
3
3
4
4
# Bundle edge Rails instead: gem 'rails', github: 'rails/rails'
5
5
gem 'rails' , '4.2.4'
6
- # Use sqlite3 as the database for Active Record
7
- gem 'sqlite3'
6
+ gem 'pg'
8
7
# Use SCSS for stylesheets
9
8
gem 'sass-rails' , '~> 5.0'
10
9
# Use Uglifier as compressor for JavaScript assets
Original file line number Diff line number Diff line change 90
90
net-ssh (2.9.2 )
91
91
nokogiri (1.6.6.2 )
92
92
mini_portile (~> 0.6.0 )
93
+ pg (0.18.3 )
93
94
rack (1.6.4 )
94
95
rack-test (0.6.3 )
95
96
rack (>= 1.0 )
137
138
actionpack (>= 3.0 )
138
139
activesupport (>= 3.0 )
139
140
sprockets (>= 2.8 , < 4.0 )
140
- sqlite3 (1.3.10 )
141
141
sshkit (1.7.1 )
142
142
colorize (>= 0.7.0 )
143
143
net-scp (>= 1.1.2 )
@@ -175,15 +175,15 @@ DEPENDENCIES
175
175
jbuilder (~> 2.0 )
176
176
jquery-rails
177
177
net-ssh (~> 2.9.2 )
178
+ pg
178
179
rails (= 4.2.4 )
179
180
sass-rails (~> 5.0 )
180
181
sdoc (~> 0.4.0 )
181
182
spring
182
- sqlite3
183
183
turbolinks
184
184
uglifier (>= 1.3.0 )
185
185
unicorn
186
186
web-console (~> 2.0 )
187
187
188
188
BUNDLED WITH
189
- 1.10.5
189
+ 1.10.6
Original file line number Diff line number Diff line change 1
- # SQLite version 3.x
2
- # gem install sqlite3
3
- #
4
- # Ensure the SQLite 3 gem is defined in your Gemfile
5
- # gem 'sqlite3'
6
- #
7
- default : &default
8
- adapter : sqlite3
1
+ development :
2
+ adapter : postgresql
3
+ database : dockbit_demo_rails_development
9
4
pool : 5
10
5
timeout : 5000
11
-
12
- development :
13
- << : *default
14
- database : db/development.sqlite3
15
-
16
- # Warning: The database defined as "test" will be erased and
17
- # re-generated from your development database when you run "rake".
18
- # Do not set this db to the same as development or production.
19
6
test :
20
- << : *default
21
- database : db/test.sqlite3
7
+ adapter : postgresql
8
+ database : dockbit_demo_rails_test
9
+ pool : 5
10
+ timeout : 5000
22
11
23
12
production :
24
- << : *default
25
- database : db/production.sqlite3
13
+ adapter : postgresql
14
+ database : dockbit_demo_rails_production
15
+ pool : 5
16
+ timeout : 5000
You can’t perform that action at this time.
0 commit comments