pilha 0.1.6 → 0.1.7

Sign up to get free protection for your applications and to get access to all the features.
Files changed (31) hide show
  1. data/lib/pilha.rb +18 -19
  2. data/lib/pilha/stack_overflow/answer.rb +0 -5
  3. data/lib/pilha/stack_overflow/badge.rb +1 -6
  4. data/lib/pilha/stack_overflow/base.rb +7 -4
  5. data/lib/pilha/stack_overflow/comment.rb +0 -5
  6. data/lib/pilha/stack_overflow/question.rb +20 -5
  7. data/lib/pilha/stack_overflow/statistics.rb +3 -10
  8. data/lib/pilha/stack_overflow/user.rb +0 -7
  9. data/pilha.gemspec +1 -1
  10. data/spec/fixtures/all_tags.json +287 -0
  11. data/spec/fixtures/all_tags.json.gz +0 -0
  12. data/spec/fixtures/favorite_questions_by_user_id.json +496 -0
  13. data/spec/fixtures/favorite_questions_by_user_id.json.gz +0 -0
  14. data/spec/fixtures/post_comments.json +6 -0
  15. data/spec/fixtures/questions_tagged_gwt_and_googleappengine.json +901 -0
  16. data/spec/fixtures/questions_tagged_gwt_and_googleappengine.json.gz +0 -0
  17. data/spec/fixtures/questions_tagged_ruby.json +877 -0
  18. data/spec/fixtures/questions_tagged_ruby.json.gz +0 -0
  19. data/spec/fixtures/questions_unanswered.json +845 -0
  20. data/spec/fixtures/questions_unanswered.json.gz +0 -0
  21. data/spec/fixtures/revisions_by_id.json +25 -0
  22. data/spec/fixtures/search_intitle_ruby.json +872 -0
  23. data/spec/fixtures/search_tagged_ruby_rails.json +877 -0
  24. data/spec/fixtures/tags_by_user_id.json +357 -0
  25. data/spec/fixtures/tags_by_user_id.json.gz +0 -0
  26. data/spec/fixtures/user_tags.json +357 -0
  27. data/spec/pilha/stack_overflow/badge_spec.rb +0 -4
  28. data/spec/pilha/stack_overflow/question_spec.rb +65 -0
  29. data/spec/pilha/stack_overflow/statistics_spec.rb +0 -4
  30. data/spec/spec_helper.rb +6 -0
  31. metadata +20 -3
@@ -0,0 +1,25 @@
1
+ {
2
+ "revisions": [
3
+ {
4
+ "body": "<p>Thanks a lot, great advice. The QTextDocument comparison is quite apt in my case as I'm using Qt.</p>\n",
5
+ "comment": "",
6
+ "creation_date": 1217646463,
7
+ "is_question": false,
8
+ "is_rollback": false,
9
+ "last_tags": [],
10
+ "revision_guid": "647c13ce-e53f-4ead-bbc8-f31f808a9253",
11
+ "revision_number": 1,
12
+ "tags": [],
13
+ "revision_type": "single_user",
14
+ "set_community_wiki": false,
15
+ "user": {
16
+ "user_id": 63,
17
+ "user_type": "registered",
18
+ "display_name": "JimDaniel",
19
+ "reputation": 2023,
20
+ "email_hash": "762d02eb9b882755f20e6696ed4e534e"
21
+ },
22
+ "post_id": 333
23
+ }
24
+ ]
25
+ }
@@ -0,0 +1,872 @@
1
+ {
2
+ "total": 1789,
3
+ "page": 1,
4
+ "pagesize": 30,
5
+ "questions": [
6
+ {
7
+ "tags": [
8
+ "java",
9
+ "python",
10
+ "ruby"
11
+ ],
12
+ "answer_count": 3,
13
+ "favorite_count": 0,
14
+ "question_timeline_url": "/questions/2963615/timeline",
15
+ "question_comments_url": "/questions/2963615/comments",
16
+ "question_answers_url": "/questions/2963615/answers",
17
+ "question_id": 2963615,
18
+ "owner": {
19
+ "user_id": 224922,
20
+ "user_type": "registered",
21
+ "display_name": "fayer",
22
+ "reputation": 1344,
23
+ "email_hash": "e088f807ebe86667f19f4c215737cf53"
24
+ },
25
+ "creation_date": 1275544788,
26
+ "last_activity_date": 1275575156,
27
+ "up_vote_count": 0,
28
+ "down_vote_count": 1,
29
+ "view_count": 85,
30
+ "score": -1,
31
+ "community_owned": false,
32
+ "title": "multi threading python/ruby vs java?"
33
+ },
34
+ {
35
+ "tags": [
36
+ "ruby-on-rails",
37
+ "django"
38
+ ],
39
+ "answer_count": 2,
40
+ "favorite_count": 0,
41
+ "question_timeline_url": "/questions/2963696/timeline",
42
+ "question_comments_url": "/questions/2963696/comments",
43
+ "question_answers_url": "/questions/2963696/answers",
44
+ "question_id": 2963696,
45
+ "owner": {
46
+ "user_id": 224922,
47
+ "user_type": "registered",
48
+ "display_name": "fayer",
49
+ "reputation": 1344,
50
+ "email_hash": "e088f807ebe86667f19f4c215737cf53"
51
+ },
52
+ "creation_date": 1275545906,
53
+ "last_activity_date": 1275574132,
54
+ "up_vote_count": 0,
55
+ "down_vote_count": 0,
56
+ "view_count": 21,
57
+ "score": 0,
58
+ "community_owned": false,
59
+ "title": "ruby on rails: bundles like django?"
60
+ },
61
+ {
62
+ "tags": [
63
+ "ruby-on-rails",
64
+ "c",
65
+ "ruby",
66
+ "performance",
67
+ "serialization"
68
+ ],
69
+ "answer_count": 3,
70
+ "favorite_count": 1,
71
+ "bounty_closes_date": 1276038913,
72
+ "bounty_amount": 250,
73
+ "question_timeline_url": "/questions/2909909/timeline",
74
+ "question_comments_url": "/questions/2909909/comments",
75
+ "question_answers_url": "/questions/2909909/answers",
76
+ "question_id": 2909909,
77
+ "owner": {
78
+ "user_id": 83491,
79
+ "user_type": "registered",
80
+ "display_name": "Gdeglin",
81
+ "reputation": 2602,
82
+ "email_hash": "940dda7bf9d12df0d918ce946f5d7cce"
83
+ },
84
+ "creation_date": 1274843747,
85
+ "last_edit_date": 1275510532,
86
+ "last_activity_date": 1275573446,
87
+ "up_vote_count": 1,
88
+ "down_vote_count": 0,
89
+ "view_count": 57,
90
+ "score": 1,
91
+ "community_owned": false,
92
+ "title": "Working with a large data object between ruby processes"
93
+ },
94
+ {
95
+ "tags": [
96
+ "ruby",
97
+ "date",
98
+ "format",
99
+ "rails"
100
+ ],
101
+ "answer_count": 1,
102
+ "accepted_answer_id": 2960618,
103
+ "favorite_count": 0,
104
+ "question_timeline_url": "/questions/2945807/timeline",
105
+ "question_comments_url": "/questions/2945807/comments",
106
+ "question_answers_url": "/questions/2945807/answers",
107
+ "question_id": 2945807,
108
+ "owner": {
109
+ "user_id": 10771,
110
+ "user_type": "registered",
111
+ "display_name": "Matt Briggs",
112
+ "reputation": 5680,
113
+ "email_hash": "02e8f568d76bc8930727c1aeb767519c"
114
+ },
115
+ "creation_date": 1275337211,
116
+ "last_activity_date": 1275571637,
117
+ "up_vote_count": 0,
118
+ "down_vote_count": 0,
119
+ "view_count": 33,
120
+ "score": 0,
121
+ "community_owned": false,
122
+ "title": "Parsing and validating arbitrary date formats in ruby (on rails)"
123
+ },
124
+ {
125
+ "tags": [
126
+ "jdbc",
127
+ "sybase",
128
+ "jruby",
129
+ "dbi"
130
+ ],
131
+ "answer_count": 3,
132
+ "accepted_answer_id": 2083825,
133
+ "favorite_count": 1,
134
+ "question_timeline_url": "/questions/1530329/timeline",
135
+ "question_comments_url": "/questions/1530329/comments",
136
+ "question_answers_url": "/questions/1530329/answers",
137
+ "question_id": 1530329,
138
+ "owner": {
139
+ "user_id": 180935,
140
+ "user_type": "registered",
141
+ "display_name": "Spasm",
142
+ "reputation": 179,
143
+ "email_hash": "a9571e094d37b4b8f372235309176c1d"
144
+ },
145
+ "creation_date": 1254905081,
146
+ "last_activity_date": 1275565532,
147
+ "up_vote_count": 0,
148
+ "down_vote_count": 0,
149
+ "view_count": 183,
150
+ "score": 0,
151
+ "community_owned": false,
152
+ "title": "JRruby, Sybase JDBC and DBI - fetching column name with the AS clause issue"
153
+ },
154
+ {
155
+ "tags": [
156
+ "ruby",
157
+ "date",
158
+ "sinatra",
159
+ "datamapper"
160
+ ],
161
+ "answer_count": 0,
162
+ "favorite_count": 0,
163
+ "question_timeline_url": "/questions/2964283/timeline",
164
+ "question_comments_url": "/questions/2964283/comments",
165
+ "question_answers_url": "/questions/2964283/answers",
166
+ "question_id": 2964283,
167
+ "owner": {
168
+ "user_id": 177136,
169
+ "user_type": "registered",
170
+ "display_name": "Gearóid",
171
+ "reputation": 78,
172
+ "email_hash": "294809707d8ef84c3da34cb6afb59d7e"
173
+ },
174
+ "creation_date": 1275553227,
175
+ "last_activity_date": 1275553227,
176
+ "up_vote_count": 0,
177
+ "down_vote_count": 0,
178
+ "view_count": 11,
179
+ "score": 0,
180
+ "community_owned": false,
181
+ "title": "Set date format in ruby model (sinatra/datamapper)"
182
+ },
183
+ {
184
+ "tags": [
185
+ "ruby-on-rails",
186
+ "ruby",
187
+ "pdf",
188
+ "prawn"
189
+ ],
190
+ "answer_count": 2,
191
+ "favorite_count": 0,
192
+ "question_timeline_url": "/questions/2716148/timeline",
193
+ "question_comments_url": "/questions/2716148/comments",
194
+ "question_answers_url": "/questions/2716148/answers",
195
+ "question_id": 2716148,
196
+ "owner": {
197
+ "user_id": 143148,
198
+ "user_type": "registered",
199
+ "display_name": "Mike",
200
+ "reputation": 187,
201
+ "email_hash": "bd54294eb31aa4082836b46cd7144d5a"
202
+ },
203
+ "creation_date": 1272309193,
204
+ "last_activity_date": 1275543340,
205
+ "up_vote_count": 1,
206
+ "down_vote_count": 0,
207
+ "view_count": 46,
208
+ "score": 1,
209
+ "community_owned": false,
210
+ "title": "watermark existing pdf with ruby"
211
+ },
212
+ {
213
+ "tags": [
214
+ "ruby-on-rails",
215
+ "google-app-engine",
216
+ "jruby"
217
+ ],
218
+ "answer_count": 1,
219
+ "favorite_count": 0,
220
+ "question_timeline_url": "/questions/2836826/timeline",
221
+ "question_comments_url": "/questions/2836826/comments",
222
+ "question_answers_url": "/questions/2836826/answers",
223
+ "question_id": 2836826,
224
+ "owner": {
225
+ "user_id": 340689,
226
+ "user_type": "registered",
227
+ "display_name": "Joel Cuevas",
228
+ "reputation": 1,
229
+ "email_hash": "80c02c43ca220da19bff6794f949a2a6"
230
+ },
231
+ "creation_date": 1273863542,
232
+ "last_activity_date": 1275539882,
233
+ "up_vote_count": 0,
234
+ "down_vote_count": 0,
235
+ "view_count": 47,
236
+ "score": 0,
237
+ "community_owned": false,
238
+ "title": "Impossible to do POSTs with appengine-jruby/RoR: Reflection is not allowed"
239
+ },
240
+ {
241
+ "tags": [
242
+ "http-referer",
243
+ "referer",
244
+ "scrubyt"
245
+ ],
246
+ "answer_count": 0,
247
+ "favorite_count": 0,
248
+ "question_timeline_url": "/questions/2962733/timeline",
249
+ "question_comments_url": "/questions/2962733/comments",
250
+ "question_answers_url": "/questions/2962733/answers",
251
+ "question_id": 2962733,
252
+ "owner": {
253
+ "user_id": 192227,
254
+ "user_type": "registered",
255
+ "display_name": "Jake",
256
+ "reputation": 127,
257
+ "email_hash": "07d683754b8e5f902380f5d802c25928"
258
+ },
259
+ "creation_date": 1275527271,
260
+ "last_activity_date": 1275527271,
261
+ "up_vote_count": 0,
262
+ "down_vote_count": 0,
263
+ "view_count": 4,
264
+ "score": 0,
265
+ "community_owned": false,
266
+ "title": "Is it possible to set the referer with Scrubyt?"
267
+ },
268
+ {
269
+ "tags": [
270
+ "windows",
271
+ "ruby",
272
+ "linux",
273
+ "rubygems"
274
+ ],
275
+ "answer_count": 2,
276
+ "favorite_count": 0,
277
+ "bounty_closes_date": 1276127085,
278
+ "bounty_amount": 100,
279
+ "question_timeline_url": "/questions/2933271/timeline",
280
+ "question_comments_url": "/questions/2933271/comments",
281
+ "question_answers_url": "/questions/2933271/answers",
282
+ "question_id": 2933271,
283
+ "owner": {
284
+ "user_id": 94154,
285
+ "user_type": "registered",
286
+ "display_name": "user94154",
287
+ "reputation": 345,
288
+ "email_hash": "5317865dc121a69c375a6daf722ca9ec"
289
+ },
290
+ "creation_date": 1275093243,
291
+ "last_activity_date": 1275523235,
292
+ "up_vote_count": 2,
293
+ "down_vote_count": 0,
294
+ "view_count": 38,
295
+ "score": 2,
296
+ "community_owned": false,
297
+ "title": "require 'rubygems' for linux but not in windows. why? and can I fix this?"
298
+ },
299
+ {
300
+ "tags": [
301
+ "ruby",
302
+ "windows-7",
303
+ "sysadmin"
304
+ ],
305
+ "answer_count": 1,
306
+ "favorite_count": 0,
307
+ "question_timeline_url": "/questions/2962318/timeline",
308
+ "question_comments_url": "/questions/2962318/comments",
309
+ "question_answers_url": "/questions/2962318/answers",
310
+ "question_id": 2962318,
311
+ "owner": {
312
+ "user_id": 345398,
313
+ "user_type": "unregistered",
314
+ "display_name": "Joraff",
315
+ "reputation": 3,
316
+ "email_hash": "5148f509baca9ce450564480022108a6"
317
+ },
318
+ "creation_date": 1275520729,
319
+ "last_activity_date": 1275521050,
320
+ "up_vote_count": 0,
321
+ "down_vote_count": 0,
322
+ "view_count": 17,
323
+ "score": 0,
324
+ "community_owned": false,
325
+ "title": "Trying to execute netdom.exe from a ruby script or IRB does nothing"
326
+ },
327
+ {
328
+ "tags": [
329
+ "jruby",
330
+ "nokogiri",
331
+ "ffi"
332
+ ],
333
+ "answer_count": 1,
334
+ "accepted_answer_id": 2961832,
335
+ "favorite_count": 0,
336
+ "question_timeline_url": "/questions/2948388/timeline",
337
+ "question_comments_url": "/questions/2948388/comments",
338
+ "question_answers_url": "/questions/2948388/answers",
339
+ "question_id": 2948388,
340
+ "owner": {
341
+ "user_id": 355213,
342
+ "user_type": "registered",
343
+ "display_name": "danilo",
344
+ "reputation": 3,
345
+ "email_hash": "a5301dc6c1ef2ece7c45850b91fadf16"
346
+ },
347
+ "creation_date": 1275382559,
348
+ "last_edit_date": 1275382892,
349
+ "last_activity_date": 1275514968,
350
+ "up_vote_count": 0,
351
+ "down_vote_count": 0,
352
+ "view_count": 24,
353
+ "score": 0,
354
+ "community_owned": false,
355
+ "title": "Jruby and ffi: Function 'xmlFirstElementChild' not found in [libexslt.so]"
356
+ },
357
+ {
358
+ "tags": [
359
+ "ruby-on-rails",
360
+ "rails"
361
+ ],
362
+ "answer_count": 1,
363
+ "favorite_count": 0,
364
+ "question_timeline_url": "/questions/2961177/timeline",
365
+ "question_comments_url": "/questions/2961177/comments",
366
+ "question_answers_url": "/questions/2961177/answers",
367
+ "question_id": 2961177,
368
+ "owner": {
369
+ "user_id": 119419,
370
+ "user_type": "registered",
371
+ "display_name": "Datatec",
372
+ "reputation": 13,
373
+ "email_hash": "1938f2410ea176edb550992c429af33a"
374
+ },
375
+ "creation_date": 1275508905,
376
+ "last_activity_date": 1275513226,
377
+ "up_vote_count": 0,
378
+ "down_vote_count": 0,
379
+ "view_count": 15,
380
+ "score": 0,
381
+ "community_owned": false,
382
+ "title": "Rails, Is there any way in my view use link_to to grab the contents of a specific field and place it in a ruby variable?"
383
+ },
384
+ {
385
+ "tags": [
386
+ "ruby",
387
+ "parsing",
388
+ "vbscript"
389
+ ],
390
+ "answer_count": 2,
391
+ "favorite_count": 0,
392
+ "question_timeline_url": "/questions/2960207/timeline",
393
+ "question_comments_url": "/questions/2960207/comments",
394
+ "question_answers_url": "/questions/2960207/answers",
395
+ "question_id": 2960207,
396
+ "owner": {
397
+ "user_id": 355501,
398
+ "user_type": "unregistered",
399
+ "display_name": "john",
400
+ "reputation": 3,
401
+ "email_hash": "f24da0fb92ce004520e876355912f910"
402
+ },
403
+ "creation_date": 1275501410,
404
+ "last_edit_date": 1275501957,
405
+ "last_activity_date": 1275506221,
406
+ "up_vote_count": 0,
407
+ "down_vote_count": 0,
408
+ "view_count": 35,
409
+ "score": 0,
410
+ "community_owned": false,
411
+ "title": "VBscript equivalent of a simple ruby script"
412
+ },
413
+ {
414
+ "tags": [
415
+ "ruby"
416
+ ],
417
+ "answer_count": 1,
418
+ "favorite_count": 1,
419
+ "question_timeline_url": "/questions/2959409/timeline",
420
+ "question_comments_url": "/questions/2959409/comments",
421
+ "question_answers_url": "/questions/2959409/answers",
422
+ "question_id": 2959409,
423
+ "owner": {
424
+ "user_id": 77881,
425
+ "user_type": "registered",
426
+ "display_name": "HN",
427
+ "reputation": 28,
428
+ "email_hash": "1273f5dfc901dbfd8f1d41f7da68a03f"
429
+ },
430
+ "creation_date": 1275494426,
431
+ "last_activity_date": 1275500884,
432
+ "up_vote_count": 2,
433
+ "down_vote_count": 0,
434
+ "view_count": 45,
435
+ "score": 2,
436
+ "community_owned": false,
437
+ "title": "What are some well designed ruby projects suitable for study of coding the ruby way?"
438
+ },
439
+ {
440
+ "tags": [
441
+ "ruby",
442
+ "library",
443
+ "gem"
444
+ ],
445
+ "answer_count": 0,
446
+ "favorite_count": 0,
447
+ "question_timeline_url": "/questions/2957548/timeline",
448
+ "question_comments_url": "/questions/2957548/comments",
449
+ "question_answers_url": "/questions/2957548/answers",
450
+ "question_id": 2957548,
451
+ "owner": {
452
+ "user_id": 304434,
453
+ "user_type": "registered",
454
+ "display_name": "BigBourin",
455
+ "reputation": 13,
456
+ "email_hash": "a5edb00b11e5418512af034eea0fc0d7"
457
+ },
458
+ "creation_date": 1275481038,
459
+ "last_activity_date": 1275481038,
460
+ "up_vote_count": 0,
461
+ "down_vote_count": 0,
462
+ "view_count": 8,
463
+ "score": 0,
464
+ "community_owned": false,
465
+ "title": "ruby library for GDF file"
466
+ },
467
+ {
468
+ "tags": [
469
+ "ruby",
470
+ "parsing"
471
+ ],
472
+ "answer_count": 4,
473
+ "accepted_answer_id": 2950765,
474
+ "favorite_count": 0,
475
+ "question_timeline_url": "/questions/2950499/timeline",
476
+ "question_comments_url": "/questions/2950499/comments",
477
+ "question_answers_url": "/questions/2950499/answers",
478
+ "question_id": 2950499,
479
+ "owner": {
480
+ "user_id": 355501,
481
+ "user_type": "unregistered",
482
+ "display_name": "john",
483
+ "reputation": 3,
484
+ "email_hash": "f24da0fb92ce004520e876355912f910"
485
+ },
486
+ "creation_date": 1275401757,
487
+ "last_edit_date": 1275402637,
488
+ "last_activity_date": 1275477656,
489
+ "up_vote_count": 0,
490
+ "down_vote_count": 0,
491
+ "view_count": 63,
492
+ "score": 0,
493
+ "community_owned": false,
494
+ "title": "parsing position files in ruby"
495
+ },
496
+ {
497
+ "tags": [
498
+ "ruby",
499
+ "application",
500
+ "forum"
501
+ ],
502
+ "answer_count": 0,
503
+ "favorite_count": 0,
504
+ "question_timeline_url": "/questions/2957110/timeline",
505
+ "question_comments_url": "/questions/2957110/comments",
506
+ "question_answers_url": "/questions/2957110/answers",
507
+ "question_id": 2957110,
508
+ "owner": {
509
+ "user_id": 356162,
510
+ "user_type": "unregistered",
511
+ "display_name": "happywithsinatra",
512
+ "reputation": 1,
513
+ "email_hash": "8293b148404fc31e673d5f7ce001abaa"
514
+ },
515
+ "creation_date": 1275477338,
516
+ "last_activity_date": 1275477338,
517
+ "up_vote_count": 0,
518
+ "down_vote_count": 0,
519
+ "view_count": 18,
520
+ "score": 0,
521
+ "community_owned": false,
522
+ "title": "Do you know of any non-rails ruby forum app?"
523
+ },
524
+ {
525
+ "tags": [
526
+ "ruby-on-rails",
527
+ "api",
528
+ "error-message",
529
+ "tumblr"
530
+ ],
531
+ "answer_count": 0,
532
+ "favorite_count": 0,
533
+ "question_timeline_url": "/questions/2918297/timeline",
534
+ "question_comments_url": "/questions/2918297/comments",
535
+ "question_answers_url": "/questions/2918297/answers",
536
+ "question_id": 2918297,
537
+ "owner": {
538
+ "user_id": 308701,
539
+ "user_type": "registered",
540
+ "display_name": "Matenia Rossides",
541
+ "reputation": 3,
542
+ "email_hash": "0e4d3598d35e852948b24f136d08274b"
543
+ },
544
+ "creation_date": 1274931284,
545
+ "last_edit_date": 1275468599,
546
+ "last_activity_date": 1275468599,
547
+ "up_vote_count": 0,
548
+ "down_vote_count": 0,
549
+ "view_count": 17,
550
+ "score": 0,
551
+ "community_owned": false,
552
+ "title": " 400 error when submitting tumblr post (ruby on rails)"
553
+ },
554
+ {
555
+ "tags": [
556
+ "ruby",
557
+ "sinatra",
558
+ "forum",
559
+ "redis"
560
+ ],
561
+ "answer_count": 0,
562
+ "favorite_count": 0,
563
+ "question_timeline_url": "/questions/2955618/timeline",
564
+ "question_comments_url": "/questions/2955618/comments",
565
+ "question_answers_url": "/questions/2955618/answers",
566
+ "question_id": 2955618,
567
+ "owner": {
568
+ "user_id": 356162,
569
+ "user_type": "unregistered",
570
+ "display_name": "happywithsinatra",
571
+ "reputation": 1,
572
+ "email_hash": "8293b148404fc31e673d5f7ce001abaa"
573
+ },
574
+ "creation_date": 1275462440,
575
+ "last_activity_date": 1275462440,
576
+ "up_vote_count": 0,
577
+ "down_vote_count": 0,
578
+ "view_count": 19,
579
+ "score": 0,
580
+ "community_owned": false,
581
+ "title": "Any non-rails ruby forum application out there?"
582
+ },
583
+ {
584
+ "tags": [
585
+ "ruby-on-rails",
586
+ "ruby",
587
+ "logging",
588
+ "on"
589
+ ],
590
+ "answer_count": 2,
591
+ "accepted_answer_id": 2955355,
592
+ "favorite_count": 0,
593
+ "question_timeline_url": "/questions/2954943/timeline",
594
+ "question_comments_url": "/questions/2954943/comments",
595
+ "question_answers_url": "/questions/2954943/answers",
596
+ "question_id": 2954943,
597
+ "owner": {
598
+ "user_id": 348508,
599
+ "user_type": "registered",
600
+ "display_name": "Erik Escobedo",
601
+ "reputation": 13,
602
+ "email_hash": "ae3ba30afaa7144e3591fda463971f30"
603
+ },
604
+ "creation_date": 1275451566,
605
+ "last_activity_date": 1275458719,
606
+ "up_vote_count": 0,
607
+ "down_vote_count": 0,
608
+ "view_count": 28,
609
+ "score": 0,
610
+ "community_owned": false,
611
+ "title": "How can I keep an url request from being saved in the log in ruby on rails?"
612
+ },
613
+ {
614
+ "tags": [
615
+ "ruby"
616
+ ],
617
+ "answer_count": 1,
618
+ "favorite_count": 1,
619
+ "question_timeline_url": "/questions/2954881/timeline",
620
+ "question_comments_url": "/questions/2954881/comments",
621
+ "question_answers_url": "/questions/2954881/answers",
622
+ "question_id": 2954881,
623
+ "owner": {
624
+ "user_id": 88770,
625
+ "user_type": "registered",
626
+ "display_name": "WedTM",
627
+ "reputation": 441,
628
+ "email_hash": "9b12d864fca7dc761e47427af155c27f"
629
+ },
630
+ "creation_date": 1275450793,
631
+ "last_activity_date": 1275452033,
632
+ "up_vote_count": 0,
633
+ "down_vote_count": 0,
634
+ "view_count": 18,
635
+ "score": 0,
636
+ "community_owned": false,
637
+ "title": "High concurrent request server in ruby"
638
+ },
639
+ {
640
+ "tags": [
641
+ "ruby",
642
+ "rubygems",
643
+ "gmail",
644
+ "newbie"
645
+ ],
646
+ "answer_count": 0,
647
+ "favorite_count": 0,
648
+ "question_timeline_url": "/questions/2954789/timeline",
649
+ "question_comments_url": "/questions/2954789/comments",
650
+ "question_answers_url": "/questions/2954789/answers",
651
+ "question_id": 2954789,
652
+ "owner": {
653
+ "user_id": 309628,
654
+ "user_type": "registered",
655
+ "display_name": "johnnygoodman",
656
+ "reputation": 1,
657
+ "email_hash": "4154ca8c77effcafcb549518bb85c22f"
658
+ },
659
+ "creation_date": 1275448994,
660
+ "last_activity_date": 1275448994,
661
+ "up_vote_count": 0,
662
+ "down_vote_count": 0,
663
+ "view_count": 11,
664
+ "score": 0,
665
+ "community_owned": false,
666
+ "title": "Installing The ruby-gmail rubygem on Mac OS Snow Leopard"
667
+ },
668
+ {
669
+ "tags": [
670
+ "ruby",
671
+ "web-development"
672
+ ],
673
+ "answer_count": 8,
674
+ "accepted_answer_id": 928313,
675
+ "favorite_count": 0,
676
+ "question_timeline_url": "/questions/928299/timeline",
677
+ "question_comments_url": "/questions/928299/comments",
678
+ "question_answers_url": "/questions/928299/answers",
679
+ "question_id": 928299,
680
+ "owner": {
681
+ "user_id": 95232,
682
+ "user_type": "registered",
683
+ "display_name": "kmorris511",
684
+ "reputation": 553,
685
+ "email_hash": "b4b0c242d65c9bfb2c8a319785fbb764"
686
+ },
687
+ "creation_date": 1243633683,
688
+ "last_activity_date": 1275438020,
689
+ "up_vote_count": 5,
690
+ "down_vote_count": 0,
691
+ "view_count": 426,
692
+ "score": 5,
693
+ "community_owned": false,
694
+ "title": "web development with ruby without rails?"
695
+ },
696
+ {
697
+ "tags": [
698
+ "programming-languages",
699
+ "modules",
700
+ "packages",
701
+ "libraries"
702
+ ],
703
+ "answer_count": 0,
704
+ "favorite_count": 0,
705
+ "question_timeline_url": "/questions/2952472/timeline",
706
+ "question_comments_url": "/questions/2952472/comments",
707
+ "question_answers_url": "/questions/2952472/answers",
708
+ "question_id": 2952472,
709
+ "owner": {
710
+ "user_id": 355775,
711
+ "user_type": "unregistered",
712
+ "display_name": "will druthers",
713
+ "reputation": 1,
714
+ "email_hash": "b04e20d0b87ba72c87aef541b3be9f34"
715
+ },
716
+ "creation_date": 1275418829,
717
+ "last_activity_date": 1275418829,
718
+ "up_vote_count": 0,
719
+ "down_vote_count": 0,
720
+ "view_count": 7,
721
+ "score": 0,
722
+ "community_owned": false,
723
+ "title": "Do lists of recently added, not recently updated, perl/php/python/ruby/etc. modules exist?"
724
+ },
725
+ {
726
+ "tags": [
727
+ "mysql",
728
+ "ruby",
729
+ "macosx",
730
+ "rubygems"
731
+ ],
732
+ "answer_count": 1,
733
+ "favorite_count": 0,
734
+ "question_timeline_url": "/questions/2862526/timeline",
735
+ "question_comments_url": "/questions/2862526/comments",
736
+ "question_answers_url": "/questions/2862526/answers",
737
+ "question_id": 2862526,
738
+ "owner": {
739
+ "user_id": 310525,
740
+ "user_type": "registered",
741
+ "display_name": "kapil.israni",
742
+ "reputation": 37,
743
+ "email_hash": "c34ec6f095ff32209fb2c7ab60e69c0b"
744
+ },
745
+ "creation_date": 1274237026,
746
+ "last_edit_date": 1274237093,
747
+ "last_activity_date": 1275417782,
748
+ "up_vote_count": 0,
749
+ "down_vote_count": 0,
750
+ "view_count": 34,
751
+ "score": 0,
752
+ "community_owned": false,
753
+ "title": "error when installing mysql ruby gem on OSX 10.6.3"
754
+ },
755
+ {
756
+ "tags": [
757
+ "programming-languages",
758
+ "modules",
759
+ "packages"
760
+ ],
761
+ "answer_count": 0,
762
+ "favorite_count": 0,
763
+ "question_timeline_url": "/questions/2952016/timeline",
764
+ "question_comments_url": "/questions/2952016/comments",
765
+ "question_answers_url": "/questions/2952016/answers",
766
+ "question_id": 2952016,
767
+ "owner": {
768
+ "user_id": 355700,
769
+ "user_type": "unregistered",
770
+ "display_name": "Will",
771
+ "reputation": 1,
772
+ "email_hash": "6f5c7b3de0a3c457da539996dea400a6"
773
+ },
774
+ "creation_date": 1275414666,
775
+ "last_activity_date": 1275414666,
776
+ "up_vote_count": 0,
777
+ "down_vote_count": 0,
778
+ "view_count": 6,
779
+ "score": 0,
780
+ "community_owned": false,
781
+ "title": "Do lists of recently added, not recently updated, perl/php/python/ruby/etc. modules exist?"
782
+ },
783
+ {
784
+ "tags": [
785
+ "sql",
786
+ "ruby",
787
+ "adapter",
788
+ "database-abstraction"
789
+ ],
790
+ "answer_count": 1,
791
+ "favorite_count": 0,
792
+ "question_timeline_url": "/questions/2942663/timeline",
793
+ "question_comments_url": "/questions/2942663/comments",
794
+ "question_answers_url": "/questions/2942663/answers",
795
+ "question_id": 2942663,
796
+ "owner": {
797
+ "user_id": 316617,
798
+ "user_type": "registered",
799
+ "display_name": "Stiivi",
800
+ "reputation": 23,
801
+ "email_hash": "aa6ef34dd33b2b0f906c91c55ebbbbbd"
802
+ },
803
+ "creation_date": 1275298800,
804
+ "last_edit_date": 1275306383,
805
+ "last_activity_date": 1275412538,
806
+ "up_vote_count": 1,
807
+ "down_vote_count": 0,
808
+ "view_count": 48,
809
+ "score": 1,
810
+ "community_owned": false,
811
+ "title": "Database abstraction/adapters for ruby"
812
+ },
813
+ {
814
+ "tags": [
815
+ "ruby",
816
+ "controller",
817
+ "switch"
818
+ ],
819
+ "answer_count": 2,
820
+ "favorite_count": 0,
821
+ "question_timeline_url": "/questions/2948916/timeline",
822
+ "question_comments_url": "/questions/2948916/comments",
823
+ "question_answers_url": "/questions/2948916/answers",
824
+ "question_id": 2948916,
825
+ "owner": {
826
+ "user_id": 355281,
827
+ "user_type": "registered",
828
+ "display_name": "Rubytastic",
829
+ "reputation": 1,
830
+ "email_hash": "bce621b848da718becc882a98e788857"
831
+ },
832
+ "creation_date": 1275387598,
833
+ "last_edit_date": 1275388178,
834
+ "last_activity_date": 1275394851,
835
+ "up_vote_count": 0,
836
+ "down_vote_count": 0,
837
+ "view_count": 28,
838
+ "score": 0,
839
+ "community_owned": false,
840
+ "title": "How to do a Switch based on controller with ruby on rails?"
841
+ },
842
+ {
843
+ "tags": [
844
+ "ruby",
845
+ "rubygems",
846
+ "jruby"
847
+ ],
848
+ "answer_count": 1,
849
+ "accepted_answer_id": 2945327,
850
+ "favorite_count": 0,
851
+ "question_timeline_url": "/questions/2917754/timeline",
852
+ "question_comments_url": "/questions/2917754/comments",
853
+ "question_answers_url": "/questions/2917754/answers",
854
+ "question_id": 2917754,
855
+ "owner": {
856
+ "user_id": 233370,
857
+ "user_type": "registered",
858
+ "display_name": "Matt Zukowski",
859
+ "reputation": 50,
860
+ "email_hash": "0a84380e7a0498f051758a0adfc40fa0"
861
+ },
862
+ "creation_date": 1274920070,
863
+ "last_activity_date": 1275330918,
864
+ "up_vote_count": 1,
865
+ "down_vote_count": 0,
866
+ "view_count": 20,
867
+ "score": 1,
868
+ "community_owned": false,
869
+ "title": "Writing a Jeweler Rakefile that adds dependencies depending on RUBY_ENGINE (ruby or jruby)"
870
+ }
871
+ ]
872
+ }