File tree 4 files changed +17
-262
lines changed
4 files changed +17
-262
lines changed Original file line number Diff line number Diff line change @@ -6,7 +6,8 @@ gem 'rails', '3.2.3'
6
6
# gem 'rails', :git => 'git://github.com/rails/rails.git'
7
7
8
8
gem 'mysql2'
9
-
9
+ gem 'execjs'
10
+ gem 'therubyracer'
10
11
11
12
# Gems used only for assets and not required
12
13
# in production environments by default.
Original file line number Diff line number Diff line change 47
47
railties (>= 3.2.0 , < 5.0 )
48
48
thor (~> 0.14 )
49
49
json (1.7.3 )
50
+ libv8 (3.3.10.4 )
50
51
mail (2.4.4 )
51
52
i18n (>= 0.4.0 )
52
53
mime-types (~> 1.16 )
53
54
treetop (~> 1.4.8 )
54
55
mime-types (1.18 )
55
56
multi_json (1.3.5 )
57
+ mysql2 (0.3.11 )
56
58
mysql2 (0.3.11-x86-mingw32 )
57
59
polyglot (0.3.3 )
58
60
rack (1.4.1 )
89
91
hike (~> 1.2 )
90
92
rack (~> 1.0 )
91
93
tilt (~> 1.1 , != 1.3.0 )
94
+ therubyracer (0.10.1 )
95
+ libv8 (~> 3.3.10 )
92
96
thor (0.14.6 )
93
97
tilt (1.3.3 )
94
98
treetop (1.4.10 )
@@ -100,12 +104,15 @@ GEM
100
104
multi_json (>= 1.0.2 )
101
105
102
106
PLATFORMS
107
+ ruby
103
108
x86-mingw32
104
109
105
110
DEPENDENCIES
106
111
coffee-rails (~> 3.2.1 )
112
+ execjs
107
113
jquery-rails
108
114
mysql2
109
115
rails (= 3.2.3 )
110
116
sass-rails (~> 3.2.3 )
117
+ therubyracer
111
118
uglifier (>= 1.0.3 )
Original file line number Diff line number Diff line change
1
+ alpha version
2
+
3
+ base rails application. no css
4
+
5
+ database: pdh_development
6
+ username: conway
7
+
8
+ added two gems to run in linux: therubyracer and exec js
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments