File tree Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Expand file tree Collapse file tree 3 files changed +22
-3
lines changed Original file line number Diff line number Diff line change 10
10
# Ignore the default SQLite database.
11
11
/db /* .sqlite3
12
12
13
+ /config /database.yml
14
+
13
15
# Ignore all logfiles and tempfiles.
14
16
/log /* .log
15
17
/tmp
Original file line number Diff line number Diff line change @@ -4,7 +4,9 @@ gem 'rails'
4
4
5
5
gem 'sqlite3' , :group => [ :test , :development ]
6
6
7
- gem 'mysql' , :group => [ :staging , :production ]
7
+ gem 'mysql2' , :group => [ :staging , :production ]
8
+
9
+ gem 'capistrano'
8
10
9
11
gem 'json'
10
12
Original file line number Diff line number Diff line change 30
30
multi_json (~> 1.0 )
31
31
arel (3.0.2 )
32
32
builder (3.0.0 )
33
+ capistrano (2.12.0 )
34
+ highline
35
+ net-scp (>= 1.0.0 )
36
+ net-sftp (>= 2.0.0 )
37
+ net-ssh (>= 2.0.14 )
38
+ net-ssh-gateway (>= 1.1.0 )
33
39
coffee-rails (3.2.2 )
34
40
coffee-script (>= 2.2.0 )
35
41
railties (~> 3.2.0 )
40
46
erubis (2.7.0 )
41
47
execjs (1.4.0 )
42
48
multi_json (~> 1.0 )
49
+ highline (1.6.13 )
43
50
hike (1.2.1 )
44
51
i18n (0.6.0 )
45
52
journey (1.0.4 )
53
60
treetop (~> 1.4.8 )
54
61
mime-types (1.19 )
55
62
multi_json (1.3.6 )
56
- mysql (2.8.1 )
63
+ mysql2 (0.3.11 )
64
+ net-scp (1.0.4 )
65
+ net-ssh (>= 1.99.1 )
66
+ net-sftp (2.0.5 )
67
+ net-ssh (>= 2.0.9 )
68
+ net-ssh (2.5.2 )
69
+ net-ssh-gateway (1.1.0 )
70
+ net-ssh (>= 1.99.1 )
57
71
polyglot (0.3.3 )
58
72
rack (1.4.1 )
59
73
rack-cache (1.2 )
@@ -104,10 +118,11 @@ PLATFORMS
104
118
ruby
105
119
106
120
DEPENDENCIES
121
+ capistrano
107
122
coffee-rails
108
123
jquery-rails
109
124
json
110
- mysql
125
+ mysql2
111
126
rails
112
127
sass-rails
113
128
sqlite3
You can’t perform that action at this time.
0 commit comments