Skip to content
This repository was archived by the owner on Mar 4, 2025. It is now read-only.

Commit 3cd72bf

Browse files
committed
upgrade to rails 3.1.10, fixing issues along the way
1 parent 1842544 commit 3cd72bf

11 files changed

+211
-144
lines changed

Gemfile

+7-5
Original file line numberDiff line numberDiff line change
@@ -1,13 +1,13 @@
11
source 'http://rubygems.org'
22

3-
gem 'rails', '3.1.0'
3+
gem 'rails', '3.1.10'
44
gem 'rake', '0.8.7'
55
gem 'json', '1.4.6'
66
gem 'jquery-rails'
77

88
# Database
99
gem "mongo"
10-
gem "mongoid"
10+
gem "mongoid", '~> 2'
1111
gem "bson_ext"
1212

1313
gem "kaminari" # for paging
@@ -31,6 +31,7 @@ gem "thin"
3131
gem "haml"
3232
gem "formtastic", "1.2.4"
3333
gem "css3buttons", "1.0.1"
34+
gem 'modular-scale'
3435

3536
# 3rd Party Services
3637
gem "gravtastic"
@@ -67,6 +68,7 @@ gem "sunspot_rails", "1.2.1"
6768
gem "has_permalink"
6869

6970
# CodeMav Api
71+
gem 'crack'
7072
gem "rabl", "0.3.0"
7173

7274
# Attach images to models and store in the s3 cloud
@@ -94,16 +96,16 @@ group :test do
9496
# rspec gems
9597
gem "rspec-rails"
9698
gem "factory_girl_rails"
97-
99+
98100
# cucumber gems
99101
gem "cucumber", "1.0.3"
100102
gem "cucumber-rails", "1.0.2"
101103
gem "database_cleaner" # cleans database for every scenario run. works with mongoid now
102104
gem "launchy" # allows 'show me the page' to launch a browser
103-
105+
104106
# mocks & stubs
105107
gem "mocha", "0.9.12"
106-
108+
107109
# mock web calls
108110
gem "vcr"
109111
gem "fakeweb"

Gemfile.lock

+75-70
Original file line numberDiff line numberDiff line change
@@ -1,35 +1,34 @@
11
GEM
22
remote: http://rubygems.org/
33
specs:
4-
actionmailer (3.1.0)
5-
actionpack (= 3.1.0)
6-
mail (~> 2.3.0)
7-
actionpack (3.1.0)
8-
activemodel (= 3.1.0)
9-
activesupport (= 3.1.0)
4+
actionmailer (3.1.10)
5+
actionpack (= 3.1.10)
6+
mail (~> 2.3.3)
7+
actionpack (3.1.10)
8+
activemodel (= 3.1.10)
9+
activesupport (= 3.1.10)
1010
builder (~> 3.0.0)
1111
erubis (~> 2.7.0)
1212
i18n (~> 0.6)
13-
rack (~> 1.3.2)
14-
rack-cache (~> 1.0.3)
13+
rack (~> 1.3.6)
14+
rack-cache (~> 1.2)
1515
rack-mount (~> 0.8.2)
1616
rack-test (~> 0.6.1)
17-
sprockets (~> 2.0.0)
18-
activemodel (3.1.0)
19-
activesupport (= 3.1.0)
20-
bcrypt-ruby (~> 3.0.0)
17+
sprockets (~> 2.0.4)
18+
activemodel (3.1.10)
19+
activesupport (= 3.1.10)
2120
builder (~> 3.0.0)
2221
i18n (~> 0.6)
23-
activerecord (3.1.0)
24-
activemodel (= 3.1.0)
25-
activesupport (= 3.1.0)
26-
arel (~> 2.2.1)
22+
activerecord (3.1.10)
23+
activemodel (= 3.1.10)
24+
activesupport (= 3.1.10)
25+
arel (~> 2.2.3)
2726
tzinfo (~> 0.3.29)
28-
activeresource (3.1.0)
29-
activemodel (= 3.1.0)
30-
activesupport (= 3.1.0)
31-
activesupport (3.1.0)
32-
multi_json (~> 1.0)
27+
activeresource (3.1.10)
28+
activemodel (= 3.1.10)
29+
activesupport (= 3.1.10)
30+
activesupport (3.1.10)
31+
multi_json (>= 1.0, < 1.3)
3332
addressable (2.3.2)
3433
airbrake (3.1.6)
3534
builder
@@ -41,13 +40,12 @@ GEM
4140
bourbon (3.0.1)
4241
sass (>= 3.2.0)
4342
thor
44-
bson (1.8.0)
45-
activesupport
46-
bson_ext (1.8.0)
47-
bson (~> 1.8.0)
43+
bson (1.8.1)
44+
bson_ext (1.8.1)
45+
bson (~> 1.8.1)
4846
builder (3.0.4)
4947
cancan (1.6.8)
50-
capybara (2.0.1)
48+
capybara (2.0.2)
5149
mime-types (>= 1.16)
5250
nokogiri (>= 1.3.3)
5351
rack (>= 1.0.0)
@@ -61,14 +59,20 @@ GEM
6159
mongoid
6260
childprocess (0.3.6)
6361
ffi (~> 1.0, >= 1.0.6)
62+
chunky_png (1.2.7)
6463
coffee-rails (3.1.1)
6564
coffee-script (>= 2.2.0)
6665
railties (~> 3.1.0)
6766
coffee-script (2.2.0)
6867
coffee-script-source
6968
execjs
7069
coffee-script-source (1.4.0)
71-
connection_pool (0.9.3)
70+
compass (0.12.2)
71+
chunky_png (~> 1.2)
72+
fssm (>= 0.2.7)
73+
sass (~> 3.1)
74+
connection_pool (1.0.0)
75+
crack (0.3.2)
7276
css3buttons (1.0.1)
7377
actionpack (>= 3.0.0)
7478
cucumber (1.0.3)
@@ -83,7 +87,7 @@ GEM
8387
nokogiri (>= 1.4.6)
8488
daemons (1.1.9)
8589
database_cleaner (0.9.1)
86-
devise (2.1.2)
90+
devise (2.2.2)
8791
bcrypt-ruby (~> 3.0)
8892
orm_adapter (~> 0.1)
8993
railties (~> 3.1)
@@ -104,7 +108,7 @@ GEM
104108
fakeweb (1.3.0)
105109
faraday (0.8.4)
106110
multipart-post (~> 1.1)
107-
ffi (1.2.0)
111+
ffi (1.3.1)
108112
fog (0.11.0)
109113
builder
110114
excon (~> 0.6.5)
@@ -115,26 +119,27 @@ GEM
115119
net-ssh (~> 2.1.4)
116120
nokogiri (~> 1.5.0)
117121
ruby-hmac
118-
foreman (0.60.2)
122+
foreman (0.61.0)
119123
thor (>= 0.13.6)
120124
formatador (0.2.4)
121125
formtastic (1.2.4)
122126
actionpack (>= 2.3.7)
123127
activesupport (>= 2.3.7)
124128
i18n (~> 0.4)
129+
fssm (0.2.9)
125130
geokit (1.6.5)
126131
multi_json
127132
gherkin (2.4.21)
128133
json (>= 1.4.6)
129-
girl_friday (0.11.1)
130-
connection_pool (~> 0.9.0)
134+
girl_friday (0.11.2)
135+
connection_pool (~> 1.0)
131136
rubinius-actor
132137
gravtastic (3.2.6)
133138
haml (3.1.7)
134139
has_permalink (0.1.4)
135140
hashie (1.2.0)
136141
hike (1.2.1)
137-
httparty (0.9.0)
142+
httparty (0.10.0)
138143
multi_json (~> 1.0)
139144
multi_xml
140145
i18n (0.6.1)
@@ -160,23 +165,24 @@ GEM
160165
treetop (~> 1.4.8)
161166
mime-types (1.19)
162167
mocha (0.9.12)
163-
mongo (1.8.0)
164-
bson (~> 1.8.0)
165-
mongoid (3.0.15)
168+
modular-scale (1.0.6)
169+
compass (>= 0.12.1)
170+
sass (>= 3.2.0)
171+
sassy-math (>= 1.5)
172+
mongo (1.8.1)
173+
bson (~> 1.8.1)
174+
mongoid (2.5.1)
166175
activemodel (~> 3.1)
167-
moped (~> 1.1)
168-
origin (~> 1.0)
176+
mongo (~> 1.7)
169177
tzinfo (~> 0.3.22)
170-
moped (1.3.1)
171178
multi_json (1.0.4)
172-
multi_xml (0.5.1)
179+
multi_xml (0.5.2)
173180
multipart-post (1.1.5)
174181
net-scp (1.0.4)
175182
net-ssh (>= 1.99.1)
176183
net-ssh (2.1.4)
177184
nokogiri (1.5.6)
178185
oauth (0.4.7)
179-
origin (1.0.11)
180186
orm_adapter (0.4.0)
181187
pg (0.14.1)
182188
polyglot (0.3.3)
@@ -185,8 +191,8 @@ GEM
185191
pr_geohash (1.0.0)
186192
rabl (0.3.0)
187193
multi_json (~> 1.0.3)
188-
rack (1.3.6)
189-
rack-cache (1.0.3)
194+
rack (1.3.9)
195+
rack-cache (1.2)
190196
rack (>= 0.4)
191197
rack-mount (0.8.3)
192198
rack (>= 1.0.0)
@@ -196,17 +202,17 @@ GEM
196202
rack
197203
rack-test (0.6.2)
198204
rack (>= 1.0)
199-
rails (3.1.0)
200-
actionmailer (= 3.1.0)
201-
actionpack (= 3.1.0)
202-
activerecord (= 3.1.0)
203-
activeresource (= 3.1.0)
204-
activesupport (= 3.1.0)
205+
rails (3.1.10)
206+
actionmailer (= 3.1.10)
207+
actionpack (= 3.1.10)
208+
activerecord (= 3.1.10)
209+
activeresource (= 3.1.10)
210+
activesupport (= 3.1.10)
205211
bundler (~> 1.0)
206-
railties (= 3.1.0)
207-
railties (3.1.0)
208-
actionpack (= 3.1.0)
209-
activesupport (= 3.1.0)
212+
railties (= 3.1.10)
213+
railties (3.1.10)
214+
actionpack (= 3.1.10)
215+
activesupport (= 3.1.10)
210216
rack-ssl (~> 1.3.2)
211217
rake (>= 0.8.7)
212218
rdoc (~> 3.4)
@@ -234,8 +240,8 @@ GEM
234240
rspec-core (2.12.2)
235241
rspec-expectations (2.12.1)
236242
diff-lcs (~> 1.1.3)
237-
rspec-mocks (2.12.0)
238-
rspec-rails (2.12.0)
243+
rspec-mocks (2.12.1)
244+
rspec-rails (2.12.2)
239245
actionpack (>= 3.0)
240246
activesupport (>= 3.0)
241247
railties (>= 3.0)
@@ -249,12 +255,14 @@ GEM
249255
rubyzip (0.9.9)
250256
rufus-scheduler (2.0.17)
251257
tzinfo (>= 0.3.23)
252-
sass (3.2.3)
253-
sass-rails (3.1.6)
258+
sass (3.2.5)
259+
sass-rails (3.1.7)
254260
actionpack (~> 3.1.0)
255261
railties (~> 3.1.0)
256262
sass (>= 3.1.10)
257263
tilt (~> 1.3.2)
264+
sassy-math (1.5)
265+
compass (~> 0.11)
258266
selenium-webdriver (2.27.2)
259267
childprocess (>= 0.2.5)
260268
libwebsocket (~> 0.1.3)
@@ -275,7 +283,7 @@ GEM
275283
hike (~> 1.2)
276284
rack (~> 1.0)
277285
tilt (~> 1.1, != 1.3.0)
278-
sqlite3 (1.3.6)
286+
sqlite3 (1.3.7)
279287
sqlite3-ruby (1.3.3)
280288
sqlite3 (>= 1.3.3)
281289
stack_overflow (0.0.9)
@@ -296,25 +304,20 @@ GEM
296304
treetop (1.4.12)
297305
polyglot
298306
polyglot (>= 0.3.1)
299-
twitter (2.2.1)
300-
activesupport (>= 2.3.9, < 4)
301-
activesupport (>= 2.3.9, < 4)
302-
faraday (~> 0.7)
303-
faraday (~> 0.7)
304-
multi_json (~> 1.0)
307+
twitter (4.4.4)
308+
faraday (~> 0.8, < 0.10)
305309
multi_json (~> 1.0)
306-
simple_oauth (~> 0.1)
307-
simple_oauth (~> 0.1)
310+
simple_oauth (~> 0.2)
308311
tzinfo (0.3.35)
309312
uglifier (1.3.0)
310313
execjs (>= 0.3.0)
311314
multi_json (~> 1.0, >= 1.0.2)
312-
vcr (2.3.0)
315+
vcr (2.4.0)
313316
vegas (0.1.11)
314317
rack (>= 1.0.0)
315318
warden (1.2.1)
316319
rack (>= 1.0)
317-
websocket (1.0.5)
320+
websocket (1.0.6)
318321
xpath (1.0.0)
319322
nokogiri (~> 1.3)
320323

@@ -331,6 +334,7 @@ DEPENDENCIES
331334
carrierwave (= 0.5.7)
332335
carrierwave-mongoid (= 0.1.0)
333336
coffee-rails (~> 3.1.0)
337+
crack
334338
css3buttons (= 1.0.1)
335339
cucumber (= 1.0.3)
336340
cucumber-rails (= 1.0.2)
@@ -353,12 +357,13 @@ DEPENDENCIES
353357
launchy
354358
linkedin
355359
mocha (= 0.9.12)
360+
modular-scale
356361
mongo
357-
mongoid
362+
mongoid (~> 2)
358363
pg
359364
powify (= 0.8.5)
360365
rabl (= 0.3.0)
361-
rails (= 3.1.0)
366+
rails (= 3.1.10)
362367
rake (= 0.8.7)
363368
resque
364369
resque-scheduler

app/assets/stylesheets/application.css.scss

+2-7
Original file line numberDiff line numberDiff line change
@@ -13,6 +13,7 @@
1313
// @import "forms";
1414
// @import "formtastic_changes";
1515
// @import "codemav";
16+
@import 'modular-scale';
1617
@import "bootstrap_profile";
1718
@import "profile_experience";
1819
@import "profile_search";
@@ -44,10 +45,4 @@
4445

4546
#content {
4647
margin-top: 80px;
47-
}
48-
49-
50-
51-
52-
53-
48+
}

0 commit comments

Comments
 (0)