redditkit 1.0.1 → 1.0.2

Sign up to get free protection for your applications and to get access to all the features.
Files changed (57) hide show
  1. checksums.yaml +4 -4
  2. data/README.md +8 -4
  3. data/lib/redditkit.rb +4 -3
  4. data/lib/redditkit/client.rb +6 -8
  5. data/lib/redditkit/client/apps.rb +8 -8
  6. data/lib/redditkit/client/captcha.rb +2 -2
  7. data/lib/redditkit/client/comments.rb +2 -2
  8. data/lib/redditkit/client/flair.rb +10 -8
  9. data/lib/redditkit/client/links.rb +24 -20
  10. data/lib/redditkit/client/miscellaneous.rb +10 -10
  11. data/lib/redditkit/client/moderation.rb +23 -21
  12. data/lib/redditkit/client/multireddits.rb +4 -4
  13. data/lib/redditkit/client/private_messages.rb +6 -4
  14. data/lib/redditkit/client/search.rb +1 -1
  15. data/lib/redditkit/client/subreddits.rb +11 -7
  16. data/lib/redditkit/client/users.rb +17 -14
  17. data/lib/redditkit/client/utilities.rb +10 -8
  18. data/lib/redditkit/client/voting.rb +5 -5
  19. data/lib/redditkit/client/wiki.rb +4 -0
  20. data/lib/redditkit/comment.rb +4 -4
  21. data/lib/redditkit/error.rb +3 -3
  22. data/lib/redditkit/link.rb +14 -14
  23. data/lib/redditkit/moderator_action.rb +4 -4
  24. data/lib/redditkit/multireddit.rb +2 -2
  25. data/lib/redditkit/multireddit_description.rb +2 -2
  26. data/lib/redditkit/private_message.rb +2 -2
  27. data/lib/redditkit/response/parse_json.rb +7 -1
  28. data/lib/redditkit/response/raise_error.rb +4 -5
  29. data/lib/redditkit/subreddit.rb +13 -10
  30. data/lib/redditkit/thing.rb +1 -0
  31. data/lib/redditkit/user.rb +12 -8
  32. data/lib/redditkit/version.rb +1 -5
  33. data/lib/redditkit/votable.rb +2 -2
  34. data/redditkit.gemspec +1 -1
  35. data/spec/cassettes/RedditKit_Client_Flair/_flair_list/returns_the_list_of_flair.yml +51 -4
  36. data/spec/cassettes/RedditKit_Client_Moderation/_ban/requests_the_correct_resource.yml +70 -23
  37. data/spec/cassettes/RedditKit_Client_Moderation/_contributors_to_subreddit/requests_the_correct_resource.yml +52 -5
  38. data/spec/cassettes/RedditKit_Client_Moderation/_moderation_log/returns_RedditKit_ModeratorAction_objects.yml +150 -109
  39. data/spec/cassettes/RedditKit_Client_Moderation/_moderators_of_subreddit/requests_the_correct_resource.yml +53 -6
  40. data/spec/cassettes/RedditKit_Client_Moderation/_unban/requests_the_correct_resource.yml +61 -14
  41. data/spec/cassettes/RedditKit_Client_Multireddits/_multireddit/without_a_path/returns_a_multireddit.yml +49 -7
  42. data/spec/cassettes/RedditKit_Client_Multireddits/_multireddit_description/with_a_multireddit/returns_a_multireddit_description.yml +102 -11
  43. data/spec/cassettes/RedditKit_Client_Multireddits/_multireddit_description/with_a_username_and_multireddit_name/returns_a_multireddit_description.yml +54 -5
  44. data/spec/cassettes/RedditKit_Client_Search/_search/restricts_searches_to_a_specific_subreddit.yml +925 -0
  45. data/spec/cassettes/RedditKit_Client_Search/_search/returns_a_specific_number_of_results.yml +116 -0
  46. data/spec/cassettes/RedditKit_Client_Search/_search/returns_search_results.yml +884 -0
  47. data/spec/cassettes/RedditKit_Client_Wiki/_add_wiki_editor/requests_the_correct_resource.yml +58 -4
  48. data/spec/cassettes/RedditKit_Client_Wiki/_edit_wiki_page/requests_the_correct_resource.yml +58 -4
  49. data/spec/cassettes/RedditKit_Client_Wiki/_hide_wiki_revision/requests_the_correct_resource.yml +58 -4
  50. data/spec/cassettes/RedditKit_Client_Wiki/_remove_wiki_editor/requests_the_correct_resource.yml +58 -4
  51. data/spec/cassettes/RedditKit_Client_Wiki/_revert_to_revision/requests_the_correct_resource.yml +58 -4
  52. data/spec/redditkit/comment_spec.rb +6 -6
  53. data/spec/redditkit/link_spec.rb +38 -7
  54. data/spec/redditkit/thing_spec.rb +8 -0
  55. data/spec/redditkit/user_spec.rb +14 -0
  56. data/spec/spec_helper.rb +0 -4
  57. metadata +7 -11
@@ -258,4 +258,120 @@ http_interactions:
258
258
  \"after\": \"t3_sk4qq\", \"before\": null}}"
259
259
  http_version:
260
260
  recorded_at: Wed, 08 Jan 2014 06:49:52 GMT
261
+ - request:
262
+ method: get
263
+ uri: http://www.reddit.com/r/ruby/search.json?after=&before=&count=&limit=3&q=ruby&restrict_sr=true&sort=&syntax=&t=
264
+ body:
265
+ encoding: US-ASCII
266
+ string: ''
267
+ headers:
268
+ User-Agent:
269
+ - Faraday v0.9.0
270
+ Accept-Encoding:
271
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
272
+ Accept:
273
+ - "*/*"
274
+ response:
275
+ status:
276
+ code: 200
277
+ message: OK
278
+ headers:
279
+ Content-Type:
280
+ - application/json; charset=UTF-8
281
+ X-Frame-Options:
282
+ - SAMEORIGIN
283
+ X-Content-Type-Options:
284
+ - nosniff
285
+ X-Xss-Protection:
286
+ - 1; mode=block
287
+ Access-Control-Allow-Origin:
288
+ - "*"
289
+ Server:
290
+ - "'; DROP TABLE servertypes; --"
291
+ Vary:
292
+ - accept-encoding
293
+ Date:
294
+ - Thu, 23 Jan 2014 23:30:54 GMT
295
+ Content-Length:
296
+ - '5849'
297
+ Connection:
298
+ - keep-alive
299
+ body:
300
+ encoding: UTF-8
301
+ string: "{\"kind\": \"Listing\", \"data\": {\"modhash\": \"\", \"children\":
302
+ [{\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
303
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
304
+ SC_OFF --><div class=\\\"md\\\"><p>Hello <a href=\\\"/r/ruby\\\">/r/ruby</a>
305
+ </p>\\n\\n<p>I am new to Ruby, however I've programmed
306
+ in C, C++, Java, and C# along with VB.NET, HTML, and minimal Python. </p>\\n\\n<p>I've
307
+ heard that Ruby is a bit different and has quite the steep learning curve.
308
+ So I ask you...</p>\\n\\n<p>What is the one thing that you wish
309
+ you knew before starting to learn or really use Ruby?</p>\\n\\n<p>I
310
+ also plan on using RoR if anyone has thoughts on that as well!</p>\\n\\n<p>Any
311
+ comments are appreciated! Thanks Guys!</p>\\n</div><!-- SC_ON
312
+ -->\", \"selftext\": \"Hello /r/ruby \\n\\nI am new to Ruby, however I've
313
+ programmed in C, C++, Java, and C# along with VB.NET, HTML, and minimal Python.
314
+ \\n\\nI've heard that Ruby is a bit different and has quite the steep learning
315
+ curve. So I ask you...\\n\\nWhat is the one thing that you wish you knew before
316
+ starting to learn or really use Ruby?\\n\\nI also plan on using RoR if anyone
317
+ has thoughts on that as well!\\n\\nAny comments are appreciated! Thanks Guys!\",
318
+ \"likes\": null, \"secure_media\": null, \"link_flair_text\": null, \"id\":
319
+ \"1j9wqw\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
320
+ false, \"author\": \"ProductiveThings\", \"media\": null, \"score\": 56, \"approved_by\":
321
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
322
+ \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
323
+ null, \"downs\": 10, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1j9wqw/what_is_one_thing_you_wish_you_knew_when_starting/\",
324
+ \"name\": \"t3_1j9wqw\", \"created\": 1375108691.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1j9wqw/what_is_one_thing_you_wish_you_knew_when_starting/\",
325
+ \"author_flair_text\": null, \"title\": \"What is one thing you wish you knew
326
+ when starting Ruby?\", \"created_utc\": 1375105091.0, \"ups\": 66, \"num_comments\":
327
+ 82, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
328
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
329
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
330
+ SC_OFF --><div class=\\\"md\\\"><p>...and thanks to everyone
331
+ in <a href=\\\"/r/ruby\\\">/r/ruby</a>, <a href=\\\"/r/rails\\\">/r/rails</a>
332
+ and <a href=\\\"/r/programming\\\">/r/programming</a> who helped
333
+ me gain not only the skills but the confidence to make the switch. I've
334
+ been a lifelong marketer who always felt unfulfilled and spent nights/weekends/free
335
+ time learning Ruby, Rails, MySQL, PostgreSQL, jQuery, and more, finally culminating
336
+ in my first full-time development job. Wish me luck!</p>\\n</div><!--
337
+ SC_ON -->\", \"selftext\": \"...and thanks to everyone in /r/ruby, /r/rails
338
+ and /r/programming who helped me gain not only the skills but the confidence
339
+ to make the switch. I've been a lifelong marketer who always felt unfulfilled
340
+ and spent nights/weekends/free time learning Ruby, Rails, MySQL, PostgreSQL,
341
+ jQuery, and more, finally culminating in my first full-time development job.
342
+ \ Wish me luck!\", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
343
+ null, \"id\": \"1i72ww\", \"secure_media_embed\": {}, \"clicked\": false,
344
+ \"stickied\": false, \"author\": \"caadbury\", \"media\": null, \"score\":
345
+ 90, \"approved_by\": null, \"over_18\": false, \"hidden\": false, \"thumbnail\":
346
+ \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\":
347
+ null, \"author_flair_css_class\": null, \"downs\": 23, \"saved\": false, \"is_self\":
348
+ true, \"permalink\": \"/r/ruby/comments/1i72ww/on_monday_i_start_a_new_career_as_a_web_developer/\",
349
+ \"name\": \"t3_1i72ww\", \"created\": 1373686161.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1i72ww/on_monday_i_start_a_new_career_as_a_web_developer/\",
350
+ \"author_flair_text\": null, \"title\": \"On Monday, I start a new career
351
+ as a web developer in Ruby on Rails\", \"created_utc\": 1373682561.0, \"ups\":
352
+ 113, \"num_comments\": 49, \"visited\": false, \"num_reports\": null, \"distinguished\":
353
+ null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\":
354
+ null, \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
355
+ SC_OFF --><div class=\\\"md\\\"><p>I'm learning Ruby
356
+ on codecademy, and intending to learn rails after that. I was told by a dev
357
+ friend that both Ruby and Ruby on Rails are outdated and bloated. He reckons
358
+ that Javascript is better and more relevant. Is this true? I've been
359
+ really enjoying learning, is it worthwhile? </p>\\n</div><!--
360
+ SC_ON -->\", \"selftext\": \"I'm learning Ruby on codecademy, and intending
361
+ to learn rails after that. I was told by a dev friend that both Ruby and Ruby
362
+ on Rails are outdated and bloated. He reckons that Javascript is better and
363
+ more relevant. Is this true? I've been really enjoying learning, is it worthwhile?
364
+ \", \"likes\": null, \"secure_media\": null, \"link_flair_text\": null, \"id\":
365
+ \"1uivc3\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
366
+ false, \"author\": \"KingPimpCommander\", \"media\": null, \"score\": 22,
367
+ \"approved_by\": null, \"over_18\": false, \"hidden\": false, \"thumbnail\":
368
+ \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\":
369
+ null, \"author_flair_css_class\": null, \"downs\": 19, \"saved\": false, \"is_self\":
370
+ true, \"permalink\": \"/r/ruby/comments/1uivc3/is_ruby_outdated/\", \"name\":
371
+ \"t3_1uivc3\", \"created\": 1388992621.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1uivc3/is_ruby_outdated/\",
372
+ \"author_flair_text\": null, \"title\": \"Is Ruby outdated?\", \"created_utc\":
373
+ 1388992621.0, \"ups\": 41, \"num_comments\": 90, \"visited\": false, \"num_reports\":
374
+ null, \"distinguished\": null}}], \"after\": \"t3_1uivc3\", \"before\": null}}"
375
+ http_version:
376
+ recorded_at: Thu, 23 Jan 2014 23:30:59 GMT
261
377
  recorded_with: VCR 2.8.0
@@ -1671,4 +1671,888 @@ http_interactions:
1671
1671
  \"after\": \"t3_e4upb\", \"before\": null}}"
1672
1672
  http_version:
1673
1673
  recorded_at: Wed, 08 Jan 2014 06:49:54 GMT
1674
+ - request:
1675
+ method: get
1676
+ uri: http://www.reddit.com/search.json?after=&before=&count=&limit=&q=ruby&restrict_sr=&sort=&syntax=&t=
1677
+ body:
1678
+ encoding: US-ASCII
1679
+ string: ''
1680
+ headers:
1681
+ User-Agent:
1682
+ - Faraday v0.9.0
1683
+ Accept-Encoding:
1684
+ - gzip;q=1.0,deflate;q=0.6,identity;q=0.3
1685
+ Accept:
1686
+ - "*/*"
1687
+ response:
1688
+ status:
1689
+ code: 200
1690
+ message: OK
1691
+ headers:
1692
+ Content-Type:
1693
+ - application/json; charset=UTF-8
1694
+ X-Frame-Options:
1695
+ - SAMEORIGIN
1696
+ X-Content-Type-Options:
1697
+ - nosniff
1698
+ X-Xss-Protection:
1699
+ - 1; mode=block
1700
+ Access-Control-Allow-Origin:
1701
+ - "*"
1702
+ Server:
1703
+ - "'; DROP TABLE servertypes; --"
1704
+ Vary:
1705
+ - accept-encoding
1706
+ Date:
1707
+ - Thu, 23 Jan 2014 23:30:55 GMT
1708
+ Transfer-Encoding:
1709
+ - chunked
1710
+ Connection:
1711
+ - Transfer-Encoding
1712
+ - keep-alive
1713
+ body:
1714
+ encoding: UTF-8
1715
+ string: "{\"kind\": \"Listing\", \"data\": {\"modhash\": \"\", \"children\":
1716
+ [{\"kind\": \"t3\", \"data\": {\"domain\": \"self.IAmA\", \"banned_by\": null,
1717
+ \"media_embed\": {}, \"subreddit\": \"IAmA\", \"selftext_html\": \"<!--
1718
+ SC_OFF --><div class=\\\"md\\\"><p>Verification: <a href=\\\"http://imgur.com/HL2X9\\\">http://imgur.com/HL2X9</a>
1719
+ </p>\\n\\n<p>Twitter: <a href=\\\"http://twitter.com/Ruby_Knox\\\">http://twitter.com/Ruby_Knox</a>
1720
+ </p>\\n\\n<p>Sorry If I've missed anyone's questions!
1721
+ </p>\\n</div><!-- SC_ON -->\", \"selftext\": \"Verification:
1722
+ http://imgur.com/HL2X9 \\n\\nTwitter: http://twitter.com/Ruby_Knox \\n\\nSorry
1723
+ If I've missed anyone's questions! \\n\", \"likes\": null, \"secure_media\":
1724
+ null, \"link_flair_text\": null, \"id\": \"sk79h\", \"secure_media_embed\":
1725
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"Ruby_Knox\", \"media\":
1726
+ null, \"score\": 257, \"approved_by\": null, \"over_18\": false, \"hidden\":
1727
+ false, \"thumbnail\": \"self\", \"subreddit_id\": \"t5_2qzb6\", \"edited\":
1728
+ true, \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
1729
+ 141, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/IAmA/comments/sk79h/iama_pornstar_camgirl_ruby_knox_ama/\",
1730
+ \"name\": \"t3_sk79h\", \"created\": 1334954774.0, \"url\": \"http://www.reddit.com/r/IAmA/comments/sk79h/iama_pornstar_camgirl_ruby_knox_ama/\",
1731
+ \"author_flair_text\": null, \"title\": \"IAmA pornstar / camgirl - Ruby Knox.
1732
+ AMA\", \"created_utc\": 1334951174.0, \"ups\": 398, \"num_comments\": 684,
1733
+ \"visited\": false, \"num_reports\": null, \"distinguished\": null}}, {\"kind\":
1734
+ \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null, \"media_embed\":
1735
+ {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!-- SC_OFF --><div
1736
+ class=\\\"md\\\"><p>Hello <a href=\\\"/r/ruby\\\">/r/ruby</a>
1737
+ </p>\\n\\n<p>I am new to Ruby, however I've programmed
1738
+ in C, C++, Java, and C# along with VB.NET, HTML, and minimal Python. </p>\\n\\n<p>I've
1739
+ heard that Ruby is a bit different and has quite the steep learning curve.
1740
+ So I ask you...</p>\\n\\n<p>What is the one thing that you wish
1741
+ you knew before starting to learn or really use Ruby?</p>\\n\\n<p>I
1742
+ also plan on using RoR if anyone has thoughts on that as well!</p>\\n\\n<p>Any
1743
+ comments are appreciated! Thanks Guys!</p>\\n</div><!-- SC_ON
1744
+ -->\", \"selftext\": \"Hello /r/ruby \\n\\nI am new to Ruby, however I've
1745
+ programmed in C, C++, Java, and C# along with VB.NET, HTML, and minimal Python.
1746
+ \\n\\nI've heard that Ruby is a bit different and has quite the steep learning
1747
+ curve. So I ask you...\\n\\nWhat is the one thing that you wish you knew before
1748
+ starting to learn or really use Ruby?\\n\\nI also plan on using RoR if anyone
1749
+ has thoughts on that as well!\\n\\nAny comments are appreciated! Thanks Guys!\",
1750
+ \"likes\": null, \"secure_media\": null, \"link_flair_text\": null, \"id\":
1751
+ \"1j9wqw\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
1752
+ false, \"author\": \"ProductiveThings\", \"media\": null, \"score\": 52, \"approved_by\":
1753
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
1754
+ \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
1755
+ null, \"downs\": 11, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1j9wqw/what_is_one_thing_you_wish_you_knew_when_starting/\",
1756
+ \"name\": \"t3_1j9wqw\", \"created\": 1375108691.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1j9wqw/what_is_one_thing_you_wish_you_knew_when_starting/\",
1757
+ \"author_flair_text\": null, \"title\": \"What is one thing you wish you knew
1758
+ when starting Ruby?\", \"created_utc\": 1375105091.0, \"ups\": 63, \"num_comments\":
1759
+ 82, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
1760
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.HogwartsRP\", \"banned_by\":
1761
+ null, \"media_embed\": {}, \"subreddit\": \"HogwartsRP\", \"selftext_html\":
1762
+ \"<!-- SC_OFF --><div class=\\\"md\\\"><p><em>Isabella,
1763
+ Richard, and Sebastien find a large, deserted classroom on the 4th floor of
1764
+ the castle. They set to work on getting the room ready for Rubys surprise
1765
+ Birthday Party.</em></p>\\n\\n<p><em>Richard changes
1766
+ the walls to a bright scarlet and bronze striped pattern, and drapes a big
1767
+ banner with 'HAPPY BIRTHDAY RUBY' across the back wall. He
1768
+ also sets up the piano Ruby likes to play in the corner.</em></p>\\n\\n<p><em>Isabella
1769
+ gets help from the house elves in preparing all the food and drinks, setting
1770
+ them up on a couple tables off to the side of the room. All the typical party
1771
+ foods are there, including Rubys favorite foods. There's every kind
1772
+ of drink imaginable, along with some.. special punch. Tables and chairs are
1773
+ set up beside it.</em></p>\\n\\n<p><em>Sebastien sets
1774
+ up the music, making it come from an unseeable source. All kinds of music
1775
+ play to suit everyone's different taste. He also puts the finishing
1776
+ touches in all the decorations, completely transforming the classroom.</em></p>\\n\\n<p><em>They
1777
+ send out invitations to everyone in the castle, and wait for people (including
1778
+ Ruby) to arrive</em></p>\\n\\n<p>OOC: I'm bad at
1779
+ describing but that's about the jist of it!</p>\\n</div><!--
1780
+ SC_ON -->\", \"selftext\": \"*Isabella, Richard, and Sebastien find a large,
1781
+ deserted classroom on the 4th floor of the castle. They set to work on getting
1782
+ the room ready for Rubys surprise Birthday Party.*\\n\\n*Richard changes the
1783
+ walls to a bright scarlet and bronze striped pattern, and drapes a big banner
1784
+ with 'HAPPY BIRTHDAY RUBY' across the back wall. He also sets up the piano
1785
+ Ruby likes to play in the corner.*\\n\\n*Isabella gets help from the house
1786
+ elves in preparing all the food and drinks, setting them up on a couple tables
1787
+ off to the side of the room. All the typical party foods are there, including
1788
+ Rubys favorite foods. There's every kind of drink imaginable, along with some..
1789
+ special punch. Tables and chairs are set up beside it.*\\n\\n*Sebastien sets
1790
+ up the music, making it come from an unseeable source. All kinds of music
1791
+ play to suit everyone's different taste. He also puts the finishing touches
1792
+ in all the decorations, completely transforming the classroom.*\\n\\n*They
1793
+ send out invitations to everyone in the castle, and wait for people (including
1794
+ Ruby) to arrive*\\n\\nOOC: I'm bad at describing but that's about the jist
1795
+ of it!\", \"likes\": null, \"secure_media\": null, \"link_flair_text\": null,
1796
+ \"id\": \"1r2tk7\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
1797
+ false, \"author\": \"IsabellaBerry\", \"media\": null, \"score\": 4, \"approved_by\":
1798
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
1799
+ \"t5_2ygix\", \"edited\": 1384974641.0, \"link_flair_css_class\": null, \"author_flair_css_class\":
1800
+ \"HGR\", \"downs\": 2, \"saved\": false, \"is_self\": true, \"permalink\":
1801
+ \"/r/HogwartsRP/comments/1r2tk7/rubys_birthday_party/\", \"name\": \"t3_1r2tk7\",
1802
+ \"created\": 1384974315.0, \"url\": \"http://www.reddit.com/r/HogwartsRP/comments/1r2tk7/rubys_birthday_party/\",
1803
+ \"author_flair_text\": \"6th year; Prefect \", \"title\": \"Rubys Birthday
1804
+ Party!\", \"created_utc\": 1384974315.0, \"ups\": 6, \"num_comments\": 809,
1805
+ \"visited\": false, \"num_reports\": null, \"distinguished\": null}}, {\"kind\":
1806
+ \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null, \"media_embed\":
1807
+ {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!-- SC_OFF --><div
1808
+ class=\\\"md\\\"><p>...and thanks to everyone in <a href=\\\"/r/ruby\\\">/r/ruby</a>,
1809
+ <a href=\\\"/r/rails\\\">/r/rails</a> and <a href=\\\"/r/programming\\\">/r/programming</a>
1810
+ who helped me gain not only the skills but the confidence to make the switch.
1811
+ \ I've been a lifelong marketer who always felt unfulfilled and spent
1812
+ nights/weekends/free time learning Ruby, Rails, MySQL, PostgreSQL, jQuery,
1813
+ and more, finally culminating in my first full-time development job. Wish
1814
+ me luck!</p>\\n</div><!-- SC_ON -->\", \"selftext\": \"...and
1815
+ thanks to everyone in /r/ruby, /r/rails and /r/programming who helped me gain
1816
+ not only the skills but the confidence to make the switch. I've been a lifelong
1817
+ marketer who always felt unfulfilled and spent nights/weekends/free time learning
1818
+ Ruby, Rails, MySQL, PostgreSQL, jQuery, and more, finally culminating in my
1819
+ first full-time development job. Wish me luck!\", \"likes\": null, \"secure_media\":
1820
+ null, \"link_flair_text\": null, \"id\": \"1i72ww\", \"secure_media_embed\":
1821
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"caadbury\", \"media\":
1822
+ null, \"score\": 92, \"approved_by\": null, \"over_18\": false, \"hidden\":
1823
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false,
1824
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
1825
+ 20, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1i72ww/on_monday_i_start_a_new_career_as_a_web_developer/\",
1826
+ \"name\": \"t3_1i72ww\", \"created\": 1373686161.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1i72ww/on_monday_i_start_a_new_career_as_a_web_developer/\",
1827
+ \"author_flair_text\": null, \"title\": \"On Monday, I start a new career
1828
+ as a web developer in Ruby on Rails\", \"created_utc\": 1373682561.0, \"ups\":
1829
+ 112, \"num_comments\": 49, \"visited\": false, \"num_reports\": null, \"distinguished\":
1830
+ null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\":
1831
+ null, \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
1832
+ SC_OFF --><div class=\\\"md\\\"><p>I'm learning Ruby
1833
+ on codecademy, and intending to learn rails after that. I was told by a dev
1834
+ friend that both Ruby and Ruby on Rails are outdated and bloated. He reckons
1835
+ that Javascript is better and more relevant. Is this true? I've been
1836
+ really enjoying learning, is it worthwhile? </p>\\n</div><!--
1837
+ SC_ON -->\", \"selftext\": \"I'm learning Ruby on codecademy, and intending
1838
+ to learn rails after that. I was told by a dev friend that both Ruby and Ruby
1839
+ on Rails are outdated and bloated. He reckons that Javascript is better and
1840
+ more relevant. Is this true? I've been really enjoying learning, is it worthwhile?
1841
+ \", \"likes\": null, \"secure_media\": null, \"link_flair_text\": null, \"id\":
1842
+ \"1uivc3\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
1843
+ false, \"author\": \"KingPimpCommander\", \"media\": null, \"score\": 23,
1844
+ \"approved_by\": null, \"over_18\": false, \"hidden\": false, \"thumbnail\":
1845
+ \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\":
1846
+ null, \"author_flair_css_class\": null, \"downs\": 20, \"saved\": false, \"is_self\":
1847
+ true, \"permalink\": \"/r/ruby/comments/1uivc3/is_ruby_outdated/\", \"name\":
1848
+ \"t3_1uivc3\", \"created\": 1388992621.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1uivc3/is_ruby_outdated/\",
1849
+ \"author_flair_text\": null, \"title\": \"Is Ruby outdated?\", \"created_utc\":
1850
+ 1388992621.0, \"ups\": 43, \"num_comments\": 90, \"visited\": false, \"num_reports\":
1851
+ null, \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\":
1852
+ \"self.ruby\", \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\",
1853
+ \"selftext_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Hello
1854
+ everyone,</p>\\n\\n<p>This is a little framework of mine that
1855
+ I've built out of a personal need - basically, I wanted to write a
1856
+ desktop app using Ruby and I found it daunting to say the least.</p>\\n\\n<p>So,
1857
+ I've built Freightrain to take care of all the stuff I really shouldn't
1858
+ care about, like loading interface definitions, cross-toolkit compatibility
1859
+ and the likes.</p>\\n\\n<p>Now I've been working on it
1860
+ for almost 2 years (on and off of course) and, since I've just fixed
1861
+ it so it loads the newest glade specifications, I thought that I could ask
1862
+ you guys for an evaluation.</p>\\n\\n<p>There's a little
1863
+ readme on the github page and there are some examples in the /examples folder.</p>\\n\\n<p><a
1864
+ href=\\\"http://github.com/bolthar/freightrain\\\">Link to the github page!</a></p>\\n\\n<p>WHOA!
1865
+ Thanks for the attention, I thought this was going to be ignored...</p>\\n\\n<p>How
1866
+ many of you would be interested in a step by step tutorial over the major
1867
+ features? I will build that if there's enough interest.</p>\\n</div><!--
1868
+ SC_ON -->\", \"selftext\": \"Hello everyone,\\n\\nThis is a little framework
1869
+ of mine that I've built out of a personal need - basically, I wanted to write
1870
+ a desktop app using Ruby and I found it daunting to say the least.\\n\\nSo,
1871
+ I've built Freightrain to take care of all the stuff I really shouldn't care
1872
+ about, like loading interface definitions, cross-toolkit compatibility and
1873
+ the likes.\\n\\nNow I've been working on it for almost 2 years (on and off
1874
+ of course) and, since I've just fixed it so it loads the newest glade specifications,
1875
+ I thought that I could ask you guys for an evaluation.\\n\\nThere's a little
1876
+ readme on the github page and there are some examples in the /examples folder.\\n\\n[Link
1877
+ to the github page!](http://github.com/bolthar/freightrain)\\n\\nWHOA! Thanks
1878
+ for the attention, I thought this was going to be ignored...\\n\\nHow many
1879
+ of you would be interested in a step by step tutorial over the major features?
1880
+ I will build that if there's enough interest.\", \"likes\": null, \"secure_media\":
1881
+ null, \"link_flair_text\": null, \"id\": \"sk4qq\", \"secure_media_embed\":
1882
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"bolthar\", \"media\":
1883
+ null, \"score\": 162, \"approved_by\": null, \"over_18\": false, \"hidden\":
1884
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": true,
1885
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
1886
+ 12, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/sk4qq/freightrain_easy_ruby_desktop_development/\",
1887
+ \"name\": \"t3_sk4qq\", \"created\": 1334952179.0, \"url\": \"http://www.reddit.com/r/ruby/comments/sk4qq/freightrain_easy_ruby_desktop_development/\",
1888
+ \"author_flair_text\": null, \"title\": \"Freightrain - easy Ruby desktop
1889
+ development\", \"created_utc\": 1334948579.0, \"ups\": 174, \"num_comments\":
1890
+ 32, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
1891
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
1892
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
1893
+ SC_OFF --><div class=\\\"md\\\"><p>I've been trying
1894
+ to figure this one out in past few days and I'm quite unable to come
1895
+ up with reasonable answer.</p>\\n\\n<ul>\\n<li>We have GitHub,
1896
+ most awesomest <em>social network</em> on the internet.</li>\\n<li>We
1897
+ have RubyGems, centralized libraries for everything.</li>\\n<li>We
1898
+ have JRuby, for those who want to stick in the Java world or do some real
1899
+ threading.</li>\\n<li>We have Rails, possibly the best web framework
1900
+ available (django people please don't burry me alive)</li>\\n<li>We
1901
+ have RSpec and Cucumber, which make me cry when I have to work with JUnit.</li>\\n<li>We
1902
+ have great cloud hosting solutions like Heroku and Engine Yard.</li>\\n<li>We
1903
+ have huge number of screencasts and tutorials, especially those high quality
1904
+ ones (Peepcode, Think Vitamin, Railscasts).</li>\\n<li>Last but
1905
+ not least, we have Ruby, language which is fun to work with, expressive ...
1906
+ well you know.</li>\\n</ul>\\n\\n<p>The list could go on
1907
+ and on, so I guess you get my point. </p>\\n\\n<p>My question
1908
+ is: <strong>What is missing? What do we need, but don't (yet)
1909
+ have?</strong></p>\\n</div><!-- SC_ON -->\", \"selftext\":
1910
+ \"I've been trying to figure this one out in past few days and I'm quite unable
1911
+ to come up with reasonable answer.\\n\\n* We have GitHub, most awesomest *social
1912
+ network* on the internet.\\n* We have RubyGems, centralized libraries for
1913
+ everything.\\n* We have JRuby, for those who want to stick in the Java world
1914
+ or do some real threading.\\n* We have Rails, possibly the best web framework
1915
+ available (django people please don't burry me alive)\\n* We have RSpec and
1916
+ Cucumber, which make me cry when I have to work with JUnit.\\n* We have great
1917
+ cloud hosting solutions like Heroku and Engine Yard.\\n* We have huge number
1918
+ of screencasts and tutorials, especially those high quality ones (Peepcode,
1919
+ Think Vitamin, Railscasts).\\n* Last but not least, we have Ruby, language
1920
+ which is fun to work with, expressive ... well you know.\\n\\nThe list could
1921
+ go on and on, so I guess you get my point. \\n\\nMy question is: **What is
1922
+ missing? What do we need, but don't (yet) have?**\", \"likes\": null, \"secure_media\":
1923
+ null, \"link_flair_text\": null, \"id\": \"elygz\", \"secure_media_embed\":
1924
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"progfu\", \"media\":
1925
+ null, \"score\": 42, \"approved_by\": null, \"over_18\": false, \"hidden\":
1926
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false,
1927
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
1928
+ 8, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/elygz/what_is_the_biggest_current_problem_in_ruby/\",
1929
+ \"name\": \"t3_elygz\", \"created\": 1292377299.0, \"url\": \"http://www.reddit.com/r/ruby/comments/elygz/what_is_the_biggest_current_problem_in_ruby/\",
1930
+ \"author_flair_text\": null, \"title\": \"What is the biggest current problem
1931
+ in Ruby community?\", \"created_utc\": 1292377299.0, \"ups\": 50, \"num_comments\":
1932
+ 134, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
1933
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.leagueoflegends\", \"banned_by\":
1934
+ null, \"media_embed\": {}, \"subreddit\": \"leagueoflegends\", \"selftext_html\":
1935
+ \"<!-- SC_OFF --><div class=\\\"md\\\"><p>at the moment
1936
+ support have zero reason to upgrade to ruby sightstone because you can already
1937
+ place 3 wards from your regular sightstone </p>\\n\\n<p>this proposed
1938
+ change would allow supports to gain a slight advantage in terms of vision
1939
+ control if they invest in it, and would give an actual benefit to upgrading
1940
+ sightstone outside of overpaying for a small health gain</p>\\n</div><!--
1941
+ SC_ON -->\", \"selftext\": \"at the moment support have zero reason to
1942
+ upgrade to ruby sightstone because you can already place 3 wards from your
1943
+ regular sightstone \\n\\nthis proposed change would allow supports to gain
1944
+ a slight advantage in terms of vision control if they invest in it, and would
1945
+ give an actual benefit to upgrading sightstone outside of overpaying for a
1946
+ small health gain\", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
1947
+ null, \"id\": \"1u4wpg\", \"secure_media_embed\": {}, \"clicked\": false,
1948
+ \"stickied\": false, \"author\": \"Wafflezlolqt\", \"media\": null, \"score\":
1949
+ 745, \"approved_by\": null, \"over_18\": false, \"hidden\": false, \"thumbnail\":
1950
+ \"self\", \"subreddit_id\": \"t5_2rfxx\", \"edited\": false, \"link_flair_css_class\":
1951
+ null, \"author_flair_css_class\": \"curse\", \"downs\": 391, \"saved\": false,
1952
+ \"is_self\": true, \"permalink\": \"/r/leagueoflegends/comments/1u4wpg/why_not_make_it_so_ruby_sightstone_allows_for_a/\",
1953
+ \"name\": \"t3_1u4wpg\", \"created\": 1388544470.0, \"url\": \"http://www.reddit.com/r/leagueoflegends/comments/1u4wpg/why_not_make_it_so_ruby_sightstone_allows_for_a/\",
1954
+ \"author_flair_text\": \"\", \"title\": \"Why not make it so ruby sightstone
1955
+ allows for a 4th sightward to be placed by the user?\", \"created_utc\": 1388544470.0,
1956
+ \"ups\": 1136, \"num_comments\": 224, \"visited\": false, \"num_reports\":
1957
+ null, \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\":
1958
+ \"self.ruby\", \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\",
1959
+ \"selftext_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Whats
1960
+ the best way to set up Ruby on Rails on OSx -- Newbie, and trying to figure
1961
+ out how to use Ruby on rails on my macbook </p>\\n</div><!--
1962
+ SC_ON -->\", \"selftext\": \"Whats the best way to set up Ruby on Rails
1963
+ on OSx -- Newbie, and trying to figure out how to use Ruby on rails on my
1964
+ macbook \", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
1965
+ null, \"id\": \"zm1uu\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
1966
+ false, \"author\": \"sirisaac87\", \"media\": null, \"score\": 27, \"approved_by\":
1967
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
1968
+ \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
1969
+ null, \"downs\": 7, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/zm1uu/setup_ruby_on_rails_on_osx/\",
1970
+ \"name\": \"t3_zm1uu\", \"created\": 1347219823.0, \"url\": \"http://www.reddit.com/r/ruby/comments/zm1uu/setup_ruby_on_rails_on_osx/\",
1971
+ \"author_flair_text\": null, \"title\": \"Setup Ruby on Rails on OSX -- \",
1972
+ \"created_utc\": 1347216223.0, \"ups\": 34, \"num_comments\": 54, \"visited\":
1973
+ false, \"num_reports\": null, \"distinguished\": null}}, {\"kind\": \"t3\",
1974
+ \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null, \"media_embed\":
1975
+ {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!-- SC_OFF --><div
1976
+ class=\\\"md\\\"><p>So jamesgolick was kind enough to make me moderator
1977
+ of the community. I want to make a promise to you guys that I'll do
1978
+ my best to keep it clean.</p>\\n\\n<p>If you have any requests
1979
+ please let me know (like a valid link for the side navigation).</p>\\n\\n<p>How
1980
+ do you want to see r/ruby improved? - A contest, guides, removing spam, etc.
1981
+ Let me know!</p>\\n</div><!-- SC_ON -->\", \"selftext\":
1982
+ \"So jamesgolick was kind enough to make me moderator of the community. I
1983
+ want to make a promise to you guys that I'll do my best to keep it clean.\\n\\nIf
1984
+ you have any requests please let me know (like a valid link for the side navigation).\\n\\nHow
1985
+ do you want to see r/ruby improved? - A contest, guides, removing spam, etc.
1986
+ Let me know!\", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
1987
+ null, \"id\": \"g1pia\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
1988
+ false, \"author\": \"ViralInfection\", \"media\": null, \"score\": 37, \"approved_by\":
1989
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
1990
+ \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
1991
+ null, \"downs\": 8, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/g1pia/hello_rruby_im_your_new_moderator_how_would_you/\",
1992
+ \"name\": \"t3_g1pia\", \"created\": 1299819313.0, \"url\": \"http://www.reddit.com/r/ruby/comments/g1pia/hello_rruby_im_your_new_moderator_how_would_you/\",
1993
+ \"author_flair_text\": null, \"title\": \"Hello r/ruby. I'm your new moderator,
1994
+ how would you improve r/ruby?\", \"created_utc\": 1299819313.0, \"ups\": 45,
1995
+ \"num_comments\": 53, \"visited\": false, \"num_reports\": null, \"distinguished\":
1996
+ null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\":
1997
+ null, \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
1998
+ SC_OFF --><div class=\\\"md\\\"><p>I'm working my way
1999
+ through Zed's <em>Learn Ruby the Hard Way</em> and just
2000
+ completed my first week-long, make-your-own-game section.</p>\\n\\n<p>Here
2001
+ it is on github (also my first repo):\\n<a href=\\\"https://github.com/demiankz/escapezeta.git\\\">https://github.com/demiankz/escapezeta.git</a></p>\\n\\n<p>I've
2002
+ used most of what I know about ruby to make this game: functions, global variables,
2003
+ arrays, if/else, .include?, booleans, and a couple other random things. I
2004
+ have a feeling that there are major flaws in my code (nested if/else and global
2005
+ variables first among them, I'm sure).</p>\\n\\n<p>I'd
2006
+ love to hear how an experienced rubyist would improve on my attempt.</p>\\n</div><!--
2007
+ SC_ON -->\", \"selftext\": \"I'm working my way through Zed's *Learn Ruby
2008
+ the Hard Way* and just completed my first week-long, make-your-own-game section.\\n\\nHere
2009
+ it is on github (also my first repo):\\nhttps://github.com/demiankz/escapezeta.git\\n\\nI've
2010
+ used most of what I know about ruby to make this game: functions, global variables,
2011
+ arrays, if/else, .include?, booleans, and a couple other random things. I
2012
+ have a feeling that there are major flaws in my code (nested if/else and global
2013
+ variables first among them, I'm sure).\\n\\nI'd love to hear how an experienced
2014
+ rubyist would improve on my attempt.\", \"likes\": null, \"secure_media\":
2015
+ null, \"link_flair_text\": null, \"id\": \"1eqond\", \"secure_media_embed\":
2016
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"demiankz\", \"media\":
2017
+ null, \"score\": 39, \"approved_by\": null, \"over_18\": false, \"hidden\":
2018
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false,
2019
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
2020
+ 2, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1eqond/my_first_ruby_game_what_did_i_do_rightwrong/\",
2021
+ \"name\": \"t3_1eqond\", \"created\": 1369109135.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1eqond/my_first_ruby_game_what_did_i_do_rightwrong/\",
2022
+ \"author_flair_text\": null, \"title\": \"My first Ruby game. What did I do
2023
+ right/wrong?\", \"created_utc\": 1369105535.0, \"ups\": 41, \"num_comments\":
2024
+ 55, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
2025
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
2026
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
2027
+ SC_OFF --><div class=\\\"md\\\"><p>They only kept one guy on
2028
+ the API team and he's been there from the beginning. I've
2029
+ done a few rails projects but not enough to consider myself a rails developer
2030
+ guru. Any jobs for guys with just ruby experience?</p>\\n</div><!--
2031
+ SC_ON -->\", \"selftext\": \"They only kept one guy on the API team and
2032
+ he's been there from the beginning. I've done a few rails projects but not
2033
+ enough to consider myself a rails developer guru. Any jobs for guys with just
2034
+ ruby experience?\", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
2035
+ null, \"id\": \"1nylih\", \"secure_media_embed\": {}, \"clicked\": false,
2036
+ \"stickied\": false, \"author\": \"Solnse\", \"media\": null, \"score\": 34,
2037
+ \"approved_by\": null, \"over_18\": false, \"hidden\": false, \"thumbnail\":
2038
+ \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\":
2039
+ null, \"author_flair_css_class\": null, \"downs\": 6, \"saved\": false, \"is_self\":
2040
+ true, \"permalink\": \"/r/ruby/comments/1nylih/company_downsized_today_i_got_caught_in_the/\",
2041
+ \"name\": \"t3_1nylih\", \"created\": 1381207667.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1nylih/company_downsized_today_i_got_caught_in_the/\",
2042
+ \"author_flair_text\": null, \"title\": \"Company downsized today. I got caught
2043
+ in the layoff spree. Where is the best place for a ruby dev to search for
2044
+ a stable job?\", \"created_utc\": 1381204067.0, \"ups\": 40, \"num_comments\":
2045
+ 56, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
2046
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
2047
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
2048
+ SC_OFF --><div class=\\\"md\\\"><p>start with straight ruby
2049
+ or go to rails?\\nI started with HTML/CSS/PHP/javascript with no frameworks
2050
+ and am wondering if i would be better to start with straight ruby as well.
2051
+ </p>\\n\\n<p>Thanks all.!!</p>\\n</div><!-- SC_ON
2052
+ -->\", \"selftext\": \"start with straight ruby or go to rails?\\nI started
2053
+ with HTML/CSS/PHP/javascript with no frameworks and am wondering if i would
2054
+ be better to start with straight ruby as well. \\n\\nThanks all.!!\", \"likes\":
2055
+ null, \"secure_media\": null, \"link_flair_text\": null, \"id\": \"widgp\",
2056
+ \"secure_media_embed\": {}, \"clicked\": false, \"stickied\": false, \"author\":
2057
+ \"swiftpants\", \"media\": null, \"score\": 21, \"approved_by\": null, \"over_18\":
2058
+ false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\",
2059
+ \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
2060
+ null, \"downs\": 2, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/widgp/newb_to_ruby_should_i/\",
2061
+ \"name\": \"t3_widgp\", \"created\": 1342206260.0, \"url\": \"http://www.reddit.com/r/ruby/comments/widgp/newb_to_ruby_should_i/\",
2062
+ \"author_flair_text\": null, \"title\": \"newb to ruby.. should I\", \"created_utc\":
2063
+ 1342202660.0, \"ups\": 23, \"num_comments\": 50, \"visited\": false, \"num_reports\":
2064
+ null, \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\":
2065
+ \"self.ruby\", \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\",
2066
+ \"selftext_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>This
2067
+ is a translation of <a href=\\\"http://www.nikkan.co.jp/news/nkx0220110919aaac.html\\\">an
2068
+ article by \\u65e5\\u520a\\u5de5\\u696d\\u65b0\\u805e (nikkan)</a> which
2069
+ is a publication dedicated to industry news in Japan.</p>\\n\\n<p>The
2070
+ Japan based Ruby language is set to become an international standard in 2012
2071
+ through the International Organization for Standardization (ISO). Ruby was
2072
+ already standardized through Japanese Industrial Standards (JIS), and the
2073
+ focus will now be directed towards its recognition in the global community
2074
+ by becoming an official ISO standard. This would be the first time a programming
2075
+ language of Japanese origin would become an ISO standard. The nation of Japan
2076
+ hopes that this will increase its recognition in the primarily western dominated
2077
+ software field.</p>\\n\\n<p>Ruby was developed by fellow Yukihiro
2078
+ Matsumoto at the National Applied Communication Laboratory (Matsue city).
2079
+ Features such as the ability to architect high level applications with ease
2080
+ has gained Ruby fast popularity around web development both inside and outside
2081
+ the country.</p>\\n\\n<p>The ISO standardization of Ruby is being
2082
+ pushed by the Information-technology Promotion Agency (IPA). Domestically
2083
+ Ruby became a JIS standard (JIS X3017) in March from a proposal by the Ruby
2084
+ Standardization Study Working Group.</p>\\n</div><!-- SC_ON
2085
+ -->\", \"selftext\": \"This is a translation of [an article by \\u65e5\\u520a\\u5de5\\u696d\\u65b0\\u805e
2086
+ (nikkan)](http://www.nikkan.co.jp/news/nkx0220110919aaac.html) which is a
2087
+ publication dedicated to industry news in Japan.\\n\\n The Japan based Ruby
2088
+ language is set to become an international standard in 2012 through the International
2089
+ Organization for Standardization (ISO). Ruby was already standardized through
2090
+ Japanese Industrial Standards (JIS), and the focus will now be directed towards
2091
+ its recognition in the global community by becoming an official ISO standard.
2092
+ This would be the first time a programming language of Japanese origin would
2093
+ become an ISO standard. The nation of Japan hopes that this will increase
2094
+ its recognition in the primarily western dominated software field.\\n\\n Ruby
2095
+ was developed by fellow Yukihiro Matsumoto at the National Applied Communication
2096
+ Laboratory (Matsue city). Features such as the ability to architect high level
2097
+ applications with ease has gained Ruby fast popularity around web development
2098
+ both inside and outside the country.\\n\\n The ISO standardization of Ruby
2099
+ is being pushed by the Information-technology Promotion Agency (IPA). Domestically
2100
+ Ruby became a JIS standard (JIS X3017) in March from a proposal by the Ruby
2101
+ Standardization Study Working Group.\", \"likes\": null, \"secure_media\":
2102
+ null, \"link_flair_text\": null, \"id\": \"kk5ln\", \"secure_media_embed\":
2103
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"cwgem\", \"media\":
2104
+ null, \"score\": 63, \"approved_by\": null, \"over_18\": false, \"hidden\":
2105
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false,
2106
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
2107
+ 2, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/kk5ln/ruby_to_be_the_first_japanese_made_programming/\",
2108
+ \"name\": \"t3_kk5ln\", \"created\": 1316409512.0, \"url\": \"http://www.reddit.com/r/ruby/comments/kk5ln/ruby_to_be_the_first_japanese_made_programming/\",
2109
+ \"author_flair_text\": null, \"title\": \"Ruby to be the first Japanese made
2110
+ programming language to become an international standard sometime next year\",
2111
+ \"created_utc\": 1316405912.0, \"ups\": 65, \"num_comments\": 10, \"visited\":
2112
+ false, \"num_reports\": null, \"distinguished\": null}}, {\"kind\": \"t3\",
2113
+ \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null, \"media_embed\":
2114
+ {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!-- SC_OFF --><div
2115
+ class=\\\"md\\\"><p>I was going through github, and I came across
2116
+ a simple tictactoe program. It surprised me how clever the programmer was
2117
+ with blocks and yields and such. I wrote a tictactoe program myself months
2118
+ ago when I was learning Ruby, and when I compare the two, my code is very
2119
+ clunky and not at all as elegant as this programmer. </p>\\n\\n<p>And
2120
+ now I realize that the best way to improve my skills is to read the code of
2121
+ programmers who are much more advanced than I am. </p>\\n\\n<p>So
2122
+ I ask, what are some of the best ruby code that you have ever seen?</p>\\n</div><!--
2123
+ SC_ON -->\", \"selftext\": \"I was going through github, and I came across
2124
+ a simple tictactoe program. It surprised me how clever the programmer was
2125
+ with blocks and yields and such. I wrote a tictactoe program myself months
2126
+ ago when I was learning Ruby, and when I compare the two, my code is very
2127
+ clunky and not at all as elegant as this programmer. \\n \\nAnd now I
2128
+ realize that the best way to improve my skills is to read the code of programmers
2129
+ who are much more advanced than I am. \\n \\nSo I ask, what are some of
2130
+ the best ruby code that you have ever seen?\", \"likes\": null, \"secure_media\":
2131
+ null, \"link_flair_text\": null, \"id\": \"1mwg7o\", \"secure_media_embed\":
2132
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"hopengrind\", \"media\":
2133
+ null, \"score\": 55, \"approved_by\": null, \"over_18\": false, \"hidden\":
2134
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": false,
2135
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
2136
+ 10, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1mwg7o/what_are_some_of_the_best_ruby_programs_youve/\",
2137
+ \"name\": \"t3_1mwg7o\", \"created\": 1379872130.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1mwg7o/what_are_some_of_the_best_ruby_programs_youve/\",
2138
+ \"author_flair_text\": null, \"title\": \"What are some of the best ruby programs
2139
+ you've ever seen?\", \"created_utc\": 1379868530.0, \"ups\": 65, \"num_comments\":
2140
+ 25, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
2141
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
2142
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
2143
+ SC_OFF --><div class=\\\"md\\\"><p>I'm learning ruby
2144
+ now and looking forward to finding a job doing front end and app development.
2145
+ \ Thanks!</p>\\n</div><!-- SC_ON -->\", \"selftext\": \"I'm
2146
+ learning ruby now and looking forward to finding a job doing front end and
2147
+ app development. Thanks!\", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
2148
+ null, \"id\": \"1kylfv\", \"secure_media_embed\": {}, \"clicked\": false,
2149
+ \"stickied\": false, \"author\": \"codemonkei\", \"media\": null, \"score\":
2150
+ 28, \"approved_by\": null, \"over_18\": false, \"hidden\": false, \"thumbnail\":
2151
+ \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": 1377394522.0, \"link_flair_css_class\":
2152
+ null, \"author_flair_css_class\": null, \"downs\": 7, \"saved\": false, \"is_self\":
2153
+ true, \"permalink\": \"/r/ruby/comments/1kylfv/what_are_some_good_projects_to_do_with_ruby_to/\",
2154
+ \"name\": \"t3_1kylfv\", \"created\": 1377289503.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1kylfv/what_are_some_good_projects_to_do_with_ruby_to/\",
2155
+ \"author_flair_text\": null, \"title\": \"What are some good projects to do
2156
+ with Ruby to impress employers?\", \"created_utc\": 1377285903.0, \"ups\":
2157
+ 35, \"num_comments\": 43, \"visited\": false, \"num_reports\": null, \"distinguished\":
2158
+ null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\":
2159
+ null, \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
2160
+ SC_OFF --><div class=\\\"md\\\"><p>Even I have just only few
2161
+ experiences of Ruby, I just become aware of there <em>is</em>
2162
+ <code>for</code> in Ruby (I saw that when I learned Ruby first).
2163
+ \ Most of Ruby codes seem to use just <code>Enumerable#each</code>
2164
+ method instead of <code>for</code> statement, but why? Is there
2165
+ any reason to prefer <code>Enumerable#each</code> method over
2166
+ <code>for</code> statement?</p>\\n</div><!-- SC_ON
2167
+ -->\", \"selftext\": \"Even I have just only few experiences of Ruby, I
2168
+ just become aware of there *is* `for` in Ruby (I saw that when I learned Ruby
2169
+ first). Most of Ruby codes seem to use just `Enumerable#each` method instead
2170
+ of `for` statement, but why? Is there any reason to prefer `Enumerable#each`
2171
+ method over `for` statement?\", \"likes\": null, \"secure_media\": null, \"link_flair_text\":
2172
+ null, \"id\": \"p1l8k\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\":
2173
+ false, \"author\": \"hongminhee\", \"media\": null, \"score\": 28, \"approved_by\":
2174
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
2175
+ \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
2176
+ null, \"downs\": 4, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/p1l8k/why_is_there_forstatement_in_ruby/\",
2177
+ \"name\": \"t3_p1l8k\", \"created\": 1327833555.0, \"url\": \"http://www.reddit.com/r/ruby/comments/p1l8k/why_is_there_forstatement_in_ruby/\",
2178
+ \"author_flair_text\": null, \"title\": \"Why is there for-statement in Ruby?\",
2179
+ \"created_utc\": 1327833555.0, \"ups\": 32, \"num_comments\": 35, \"visited\":
2180
+ false, \"num_reports\": null, \"distinguished\": null}}, {\"kind\": \"t3\",
2181
+ \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null, \"media_embed\":
2182
+ {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!-- SC_OFF --><div
2183
+ class=\\\"md\\\"><p>The languages are often compared so I am hoping
2184
+ my knowledge of python will make learning ruby faster. Maybe the best method
2185
+ is just to read a ruby book and learn from scratch, I am not sure yet how
2186
+ similar they are. However if anyone has made the switch and knows what a good
2187
+ starting point would be or if there are resrouces geared toward switching
2188
+ I would apperciate the advice. Thanks.</p>\\n\\n<p>Edit: I will
2189
+ be using ruby as a scripting language. Mosly maintaing and updating existing
2190
+ scripts that put together XML files used for input for other applications
2191
+ and things like file management and such. So if there are resrouces geared
2192
+ towards scripting rather than building ruby applications that would be helpful.</p>\\n</div><!--
2193
+ SC_ON -->\", \"selftext\": \"The languages are often compared so I am hoping
2194
+ my knowledge of python will make learning ruby faster. Maybe the best method
2195
+ is just to read a ruby book and learn from scratch, I am not sure yet how
2196
+ similar they are. However if anyone has made the switch and knows what a good
2197
+ starting point would be or if there are resrouces geared toward switching
2198
+ I would apperciate the advice. Thanks.\\n\\nEdit: I will be using ruby as
2199
+ a scripting language. Mosly maintaing and updating existing scripts that put
2200
+ together XML files used for input for other applications and things like
2201
+ file management and such. So if there are resrouces geared towards scripting
2202
+ rather than building ruby applications that would be helpful.\", \"likes\":
2203
+ null, \"secure_media\": null, \"link_flair_text\": null, \"id\": \"pgnbp\",
2204
+ \"secure_media_embed\": {}, \"clicked\": false, \"stickied\": false, \"author\":
2205
+ \"f4hy\", \"media\": null, \"score\": 18, \"approved_by\": null, \"over_18\":
2206
+ false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\",
2207
+ \"edited\": true, \"link_flair_css_class\": null, \"author_flair_css_class\":
2208
+ null, \"downs\": 5, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/pgnbp/i_am_a_python_programmer_who_needs_to_learn_ruby/\",
2209
+ \"name\": \"t3_pgnbp\", \"created\": 1328729735.0, \"url\": \"http://www.reddit.com/r/ruby/comments/pgnbp/i_am_a_python_programmer_who_needs_to_learn_ruby/\",
2210
+ \"author_flair_text\": null, \"title\": \"I am a python programmer who needs
2211
+ to learn ruby. Any good resources or advice?\", \"created_utc\": 1328729735.0,
2212
+ \"ups\": 23, \"num_comments\": 55, \"visited\": false, \"num_reports\": null,
2213
+ \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\",
2214
+ \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\":
2215
+ \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Hello everyone!</p>\\n\\n<p>I
2216
+ have some questions about getting fully enveloped in the Ruby Community. I
2217
+ beat Ruby Warrior, and that made me feel like I knew something. Then after
2218
+ seeing two talks by James Edward Grey II (@jeg2), one on Rails at RailsConf
2219
+ 2012 and another from RubyConf 2012, my ego was quieted. Grey impressed me
2220
+ not only with his overflow of arcane wisdom, but with his <em>humility</em>.
2221
+ He is modest and unpretentious. This was the first time I encountered a true
2222
+ guru -- someone who does work without attachment, someone who teaches but
2223
+ also learns, and he does so with a light humor and lightening intellect. A
2224
+ guru is a constant beginner. I see the culture in the Ruby from an outsider's
2225
+ perspective. Some sectors of humanity strive vainly to achieve the degree
2226
+ of positive exchange I see with Ruby on Rails and social coding. Everyone
2227
+ blogs, teaching. Everyone reads, learning. Any culture is a unique intelligence
2228
+ on its own right, created in the interpersonal, liminal space in between two
2229
+ or more intelligent minds. Moving on from philosophical waxing, I have some
2230
+ more practical questions.</p>\\n\\n<p>I am ignorant. I will always
2231
+ have ignorance. I want to expand my intellectual frontier. I want to struggle
2232
+ with hard problems. I want to look into the unknown. I want to climb farther
2233
+ so I can see higher.</p>\\n\\n<hr/>\\n\\n<p>What is your
2234
+ typical development environment like? </p>\\n\\n<p>Do you primarily
2235
+ use git clones in terminal? </p>\\n\\n<p>Do you use a web editor
2236
+ (like Coda 2 for HTML/CSS)? </p>\\n\\n<p>Do you use a text editor
2237
+ like (Notepad++)? </p>\\n\\n<p>Do you use something else entirely?</p>\\n\\n<p>Where
2238
+ can I learn about designing algorithms in Ruby?</p>\\n\\n<p>What
2239
+ are the things that you presently struggle with in Ruby?</p>\\n\\n<p>What
2240
+ are some of the problems that you have had and how have you solved them? </p>\\n\\n<p>Did
2241
+ you learn Ruby for a job? Did you learn Ruby for yourself? </p>\\n\\n<p>Do
2242
+ you often use Ruby in your personal life? If so for what?</p>\\n\\n<p>Do
2243
+ you have any projects that you would like to share?</p>\\n\\n<p>Have
2244
+ you ever made a patch for something you didn't make on GitHub and
2245
+ then your patch was included in the next release?</p>\\n\\n<p>Will
2246
+ you fork me like you love me? Can I fork you? Can you explain forking?</p>\\n\\n<p>Can
2247
+ you recommend a blogging platform? What do most people use? Is it more common
2248
+ to write your own page? Do people use wordpress? <em>Should</em>
2249
+ they be using wordpress?</p>\\n\\n<hr/>\\n\\n<p>I'm
2250
+ bored with Vanilla HTML5/CSS3/JS/PHP.</p>\\n\\n<p>I want to be
2251
+ a full stack developer. I want to be the kind of computer scientist that code
2252
+ just flows out of.</p>\\n\\n<p><strong>tl;dr</strong>:
2253
+ I am here to learn. I have many questions.</p>\\n</div><!--
2254
+ SC_ON -->\", \"selftext\": \"Hello everyone!\\n\\nI have some questions
2255
+ about getting fully enveloped in the Ruby Community. I beat Ruby Warrior,
2256
+ and that made me feel like I knew something. Then after seeing two talks by
2257
+ James Edward Grey II (@jeg2), one on Rails at RailsConf 2012 and another from
2258
+ RubyConf 2012, my ego was quieted. Grey impressed me not only with his overflow
2259
+ of arcane wisdom, but with his *humility*. He is modest and unpretentious.
2260
+ This was the first time I encountered a true guru -- someone who does work
2261
+ without attachment, someone who teaches but also learns, and he does so with
2262
+ a light humor and lightening intellect. A guru is a constant beginner. I see
2263
+ the culture in the Ruby from an outsider's perspective. Some sectors of humanity
2264
+ \ strive vainly to achieve the degree of positive exchange I see with Ruby
2265
+ on Rails and social coding. Everyone blogs, teaching. Everyone reads, learning.
2266
+ Any culture is a unique intelligence on its own right, created in the interpersonal,
2267
+ liminal space in between two or more intelligent minds. Moving on from philosophical
2268
+ waxing, I have some more practical questions.\\n\\nI am ignorant. I will always
2269
+ have ignorance. I want to expand my intellectual frontier. I want to struggle
2270
+ with hard problems. I want to look into the unknown. I want to climb farther
2271
+ so I can see higher.\\n___\\n\\n\\n\\nWhat is your typical development environment
2272
+ like? \\n\\nDo you primarily use git clones in terminal? \\n\\nDo you use
2273
+ a web editor (like Coda 2 for HTML/CSS)? \\n\\nDo you use a text editor like
2274
+ (Notepad++)? \\n\\nDo you use something else entirely?\\n\\nWhere can I learn
2275
+ about designing algorithms in Ruby?\\n\\nWhat are the things that you presently
2276
+ struggle with in Ruby?\\n\\nWhat are some of the problems that you have had
2277
+ and how have you solved them? \\n\\nDid you learn Ruby for a job? Did you
2278
+ learn Ruby for yourself? \\n\\nDo you often use Ruby in your personal life?
2279
+ If so for what?\\n\\nDo you have any projects that you would like to share?\\n\\nHave
2280
+ you ever made a patch for something you didn't make on GitHub and then your
2281
+ patch was included in the next release?\\n\\nWill you fork me like you love
2282
+ me? Can I fork you? Can you explain forking?\\n\\nCan you recommend a blogging
2283
+ platform? What do most people use? Is it more common to write your own page?
2284
+ Do people use wordpress? *Should* they be using wordpress?\\n___\\n\\nI'm
2285
+ bored with Vanilla HTML5/CSS3/JS/PHP.\\n\\nI want to be a full stack developer.
2286
+ I want to be the kind of computer scientist that code just flows out of.\\n\\n**tl;dr**:
2287
+ I am here to learn. I have many questions.\", \"likes\": null, \"secure_media\":
2288
+ null, \"link_flair_text\": null, \"id\": \"1v4jbi\", \"secure_media_embed\":
2289
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"maniacalmania\",
2290
+ \"media\": null, \"score\": 36, \"approved_by\": null, \"over_18\": false,
2291
+ \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\":
2292
+ 1389655164.0, \"link_flair_css_class\": null, \"author_flair_css_class\":
2293
+ null, \"downs\": 10, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1v4jbi/im_a_web_developer_exploring_ruby_and_rails_what/\",
2294
+ \"name\": \"t3_1v4jbi\", \"created\": 1389668599.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1v4jbi/im_a_web_developer_exploring_ruby_and_rails_what/\",
2295
+ \"author_flair_text\": null, \"title\": \"I'm a web developer exploring Ruby
2296
+ (and Rails). What is your typical development environment like?\", \"created_utc\":
2297
+ 1389639799.0, \"ups\": 46, \"num_comments\": 47, \"visited\": false, \"num_reports\":
2298
+ null, \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\":
2299
+ \"self.ruby\", \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\",
2300
+ \"selftext_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>I'm
2301
+ going through the Ruby Koans right now as part of trying to learn Ruby. I
2302
+ just finished the about_blocks koan and I really just don't understand
2303
+ how the <code>yield</code> keyword works. Example code from the
2304
+ koan:</p>\\n\\n<pre><code>def many_yields\\n yield(:peanut)\\n
2305
+ \ yield(:butter)\\n yield(:and)\\n yield(:jelly)\\nend\\n\\ndef test_methods_can_call_yield_many_times\\n
2306
+ \ result = []\\n many_yields { |item| result << item }\\n assert_equal
2307
+ [:peanut, :butter, :and, :jelly], result\\nend\\n</code></pre>\\n\\n<p>I
2308
+ can see that <code>result</code> is getting all four yielded values
2309
+ from <code>many_yields</code>, but I don't really understand
2310
+ what's going on. I especially don't understand the cases where
2311
+ yield is called without any values. Can somebody explain this keyword to me?</p>\\n</div><!--
2312
+ SC_ON -->\", \"selftext\": \"I'm going through the Ruby Koans right now
2313
+ as part of trying to learn Ruby. I just finished the about_blocks koan and
2314
+ I really just don't understand how the `yield` keyword works. Example code
2315
+ from the koan:\\n\\n def many_yields\\n yield(:peanut)\\n yield(:butter)\\n
2316
+ \ yield(:and)\\n yield(:jelly)\\n end\\n\\n def test_methods_can_call_yield_many_times\\n
2317
+ \ result = []\\n many_yields { |item| result << item }\\n assert_equal
2318
+ [:peanut, :butter, :and, :jelly], result\\n end\\n\\nI can see that `result`
2319
+ is getting all four yielded values from `many_yields`, but I don't really
2320
+ understand what's going on. I especially don't understand the cases where
2321
+ yield is called without any values. Can somebody explain this keyword to me?\",
2322
+ \"likes\": null, \"secure_media\": null, \"link_flair_text\": null, \"id\":
2323
+ \"kvjrw\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\": false,
2324
+ \"author\": \"glenbolake\", \"media\": null, \"score\": 47, \"approved_by\":
2325
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\":
2326
+ \"t5_2qh21\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
2327
+ null, \"downs\": 0, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/kvjrw/ruby_newbie_i_dont_understand_yield/\",
2328
+ \"name\": \"t3_kvjrw\", \"created\": 1317324898.0, \"url\": \"http://www.reddit.com/r/ruby/comments/kvjrw/ruby_newbie_i_dont_understand_yield/\",
2329
+ \"author_flair_text\": null, \"title\": \"Ruby newbie - I don't understand
2330
+ yield\", \"created_utc\": 1317321298.0, \"ups\": 47, \"num_comments\": 36,
2331
+ \"visited\": false, \"num_reports\": null, \"distinguished\": null}}, {\"kind\":
2332
+ \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null, \"media_embed\":
2333
+ {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!-- SC_OFF --><div
2334
+ class=\\\"md\\\"><p>I can't d/l XCode due to my version of
2335
+ OSX. RVM install commands don't seem to make sense within my terminal.
2336
+ Do I need git? </p>\\n\\n<p>I would like to learn Ruby (then Rails)
2337
+ but so far I'm just frustrated. </p>\\n\\n<p>Thank you
2338
+ for any help you guys can offer.</p>\\n</div><!-- SC_ON -->\",
2339
+ \"selftext\": \"I can't d/l XCode due to my version of OSX. RVM install commands
2340
+ don't seem to make sense within my terminal. Do I need git? \\n\\nI would
2341
+ like to learn Ruby (then Rails) but so far I'm just frustrated. \\n\\nThank
2342
+ you for any help you guys can offer.\", \"likes\": null, \"secure_media\":
2343
+ null, \"link_flair_text\": null, \"id\": \"rpwze\", \"secure_media_embed\":
2344
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"BeauBeauBeau\",
2345
+ \"media\": null, \"score\": 16, \"approved_by\": null, \"over_18\": false,
2346
+ \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\":
2347
+ false, \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
2348
+ 5, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/rpwze/installing_ruby_wo_xcode_on_a_mac_or_why_is/\",
2349
+ \"name\": \"t3_rpwze\", \"created\": 1333397680.0, \"url\": \"http://www.reddit.com/r/ruby/comments/rpwze/installing_ruby_wo_xcode_on_a_mac_or_why_is/\",
2350
+ \"author_flair_text\": null, \"title\": \"Installing Ruby w/o XCode on a Mac:
2351
+ or why is installing Ruby such a pain in the ass? [NOOB] \", \"created_utc\":
2352
+ 1333394080.0, \"ups\": 21, \"num_comments\": 51, \"visited\": false, \"num_reports\":
2353
+ null, \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\":
2354
+ \"self.ruby\", \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\",
2355
+ \"selftext_html\": \"<!-- SC_OFF --><div class=\\\"md\\\"><p>I
2356
+ fundamentally do not understand the perspective many Rubyists have. I am not
2357
+ saying it anything is bad, I am saying <em>I do not understand</em>.
2358
+ I just have a different perspective. I don't understand why pragmatic
2359
+ people who don't seem to be early adopters are leaving a good tool
2360
+ for tools that should only appeal to early adopters.</p>\\n\\n<p>Please,
2361
+ let me explain my perspective. I have been working primarily with C++ the
2362
+ past 15, during that time I have dabbled with Java, PHP, Lua, Perl, Pascal,
2363
+ HTML/CSS, a couple kinds of assembly, C#/VB, others I wish I could forget
2364
+ and of course plain old C. I keep going back to C++ because I have a strong
2365
+ proficiency with it. I have the feeling I can make it do anything. I have
2366
+ made it solve some interesting problems. There are other reasons too, but
2367
+ this seems like enough to convey where I am coming from. I invested real time
2368
+ and effort gaining that proficiency, so I will use C++ when practical an invest
2369
+ more time learning something else when C++ is not practical.</p>\\n\\n<p>I
2370
+ see a ton of Rubyists talking about Elixir and Node.js as somekind of wholesale
2371
+ replacement for Ruby. I understand that the two newer systems provide interesting
2372
+ interactions with threading systems. That does not seem like a reason to dump
2373
+ a whole language, a language with multiple independent healthy implementations
2374
+ (jRuby, Rubunius, Maglev, etc...), particularly when some of them have fixed
2375
+ threading performance. </p>\\n\\n<p>Or maybe I am missing the
2376
+ point, maybe this is just about jumping to some popular new toy now that us
2377
+ old fogeys are onto Ruby? Of course not, all the people I read about in blogs
2378
+ and watch in talks at the countless Ruby conferences seem like pragmatic people
2379
+ interested in getting stuff done. Ruby seems like an excellent tool for getting
2380
+ stuff done. It is extremely easy to express complex ideas quickly. It has
2381
+ an excellent system for handling libraries. It has access to awesome performance
2382
+ via its C-API. If C is not your thing, It is mature enough that it is getting
2383
+ performance optimizations with every new release (of MRI/Yarv at least). These
2384
+ people invested significant time and effort learning Ruby, will their pragmatism
2385
+ just let them throw that away?</p>\\n\\n<p>Perhaps my perspective
2386
+ is wrong and no-one is leaving Ruby? But it seems every other conference talk
2387
+ someone mentions Elixir while spitting Ruby's name.</p>\\n\\n<p>Perhaps,
2388
+ There is something to Elixir/Node I have completely missed? I read their docs
2389
+ and perused their libraries. They are missing features (and sometimes stability)
2390
+ like tools only a few years old would.</p>\\n\\n<p>Why leave Ruby?</p>\\n</div><!--
2391
+ SC_ON -->\", \"selftext\": \"I fundamentally do not understand the perspective
2392
+ many Rubyists have. I am not saying it anything is bad, I am saying *I do
2393
+ not understand*. I just have a different perspective. I don't understand why
2394
+ pragmatic people who don't seem to be early adopters are leaving a good tool
2395
+ for tools that should only appeal to early adopters.\\n\\nPlease, let me explain
2396
+ my perspective. I have been working primarily with C++ the past 15, during
2397
+ that time I have dabbled with Java, PHP, Lua, Perl, Pascal, HTML/CSS, a couple
2398
+ kinds of assembly, C#/VB, others I wish I could forget and of course plain
2399
+ old C. I keep going back to C++ because I have a strong proficiency with it.
2400
+ I have the feeling I can make it do anything. I have made it solve some interesting
2401
+ problems. There are other reasons too, but this seems like enough to convey
2402
+ where I am coming from. I invested real time and effort gaining that proficiency,
2403
+ so I will use C++ when practical an invest more time learning something else
2404
+ when C++ is not practical.\\n\\nI see a ton of Rubyists talking about Elixir
2405
+ and Node.js as somekind of wholesale replacement for Ruby. I understand that
2406
+ the two newer systems provide interesting interactions with threading systems.
2407
+ That does not seem like a reason to dump a whole language, a language with
2408
+ multiple independent healthy implementations (jRuby, Rubunius, Maglev, etc...),
2409
+ particularly when some of them have fixed threading performance. \\n\\nOr
2410
+ maybe I am missing the point, maybe this is just about jumping to some popular
2411
+ new toy now that us old fogeys are onto Ruby? Of course not, all the people
2412
+ I read about in blogs and watch in talks at the countless Ruby conferences
2413
+ seem like pragmatic people interested in getting stuff done. Ruby seems like
2414
+ an excellent tool for getting stuff done. It is extremely easy to express
2415
+ complex ideas quickly. It has an excellent system for handling libraries.
2416
+ It has access to awesome performance via its C-API. If C is not your thing,
2417
+ It is mature enough that it is getting performance optimizations with every
2418
+ new release (of MRI/Yarv at least). These people invested significant time
2419
+ and effort learning Ruby, will their pragmatism just let them throw that away?\\n\\nPerhaps
2420
+ my perspective is wrong and no-one is leaving Ruby? But it seems every other
2421
+ conference talk someone mentions Elixir while spitting Ruby's name.\\n\\nPerhaps,
2422
+ There is something to Elixir/Node I have completely missed? I read their docs
2423
+ and perused their libraries. They are missing features (and sometimes stability)
2424
+ like tools only a few years old would.\\n\\nWhy leave Ruby?\", \"likes\":
2425
+ null, \"secure_media\": null, \"link_flair_text\": null, \"id\": \"1o6srn\",
2426
+ \"secure_media_embed\": {}, \"clicked\": false, \"stickied\": false, \"author\":
2427
+ \"Sqeaky\", \"media\": null, \"score\": 37, \"approved_by\": null, \"over_18\":
2428
+ false, \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\",
2429
+ \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
2430
+ null, \"downs\": 14, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1o6srn/why_elixir_why_nodejs_coming_from_c_ruby_seems/\",
2431
+ \"name\": \"t3_1o6srn\", \"created\": 1381457829.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1o6srn/why_elixir_why_nodejs_coming_from_c_ruby_seems/\",
2432
+ \"author_flair_text\": null, \"title\": \"Why Elixir? Why Node.js? Coming
2433
+ from C++, Ruby seems like a fine language.\", \"created_utc\": 1381454229.0,
2434
+ \"ups\": 51, \"num_comments\": 46, \"visited\": false, \"num_reports\": null,
2435
+ \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.IAmA\",
2436
+ \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"IAmA\", \"selftext_html\":
2437
+ \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Hi Reddit! </p>\\n\\n<p>I'm
2438
+ Annie. I report on economic policy -- taxes, the economy, Treasury, the IMF,
2439
+ etc. -- from the D.C. bureau of the New York Times.</p>\\n\\n<p>Until
2440
+ October, though, I was the Moneybox columnist for Slate. </p>\\n\\n<p>My
2441
+ last piece for Slate just went up. It's a big story on how I started
2442
+ to learn to program in Ruby, and about _why, a legend in the Ruby community
2443
+ who disappeared two years ago. </p>\\n\\n<p>You can read it here:
2444
+ <a href=\\\"http://www.slate.com/articles/technology/technology/2012/03/ruby_ruby_on_rails_and__why_the_disappearance_of_one_of_the_world_s_most_beloved_computer_programmers_.html\\\">http://www.slate.com/articles/technology/technology/2012/03/ruby_ruby_on_rails_and__why_the_disappearance_of_one_of_the_world_s_most_beloved_computer_programmers_.html</a></p>\\n\\n<p>You
2445
+ can read all my Times stuff here: <a href=\\\"http://topics.nytimes.com/top/reference/timestopics/people/l/annie_lowrey/index.html?inline=nyt-per\\\">http://topics.nytimes.com/top/reference/timestopics/people/l/annie_lowrey/index.html?inline=nyt-per</a></p>\\n\\n<p>And
2446
+ all my Slate stuff here: <a href=\\\"http://www.slate.com/authors.annie_lowrey.html\\\">http://www.slate.com/authors.annie_lowrey.html</a></p>\\n\\n<p>And
2447
+ you can follow me here: <a href=\\\"https://twitter.com/#!/annielowrey\\\">https://twitter.com/#!/annielowrey</a></p>\\n\\n<p>Ask
2448
+ me anything! </p>\\n</div><!-- SC_ON -->\", \"selftext\":
2449
+ \"Hi Reddit! \\n\\nI'm Annie. I report on economic policy -- taxes, the economy,
2450
+ Treasury, the IMF, etc. -- from the D.C. bureau of the New York Times.\\n\\nUntil
2451
+ October, though, I was the Moneybox columnist for Slate. \\n\\nMy last piece
2452
+ for Slate just went up. It's a big story on how I started to learn to program
2453
+ in Ruby, and about _why, a legend in the Ruby community who disappeared two
2454
+ years ago. \\n\\nYou can read it here: http://www.slate.com/articles/technology/technology/2012/03/ruby_ruby_on_rails_and__why_the_disappearance_of_one_of_the_world_s_most_beloved_computer_programmers_.html\\n\\nYou
2455
+ can read all my Times stuff here: http://topics.nytimes.com/top/reference/timestopics/people/l/annie_lowrey/index.html?inline=nyt-per\\n\\nAnd
2456
+ all my Slate stuff here: http://www.slate.com/authors.annie_lowrey.html\\n\\nAnd
2457
+ you can follow me here: https://twitter.com/#!/annielowrey\\n\\nAsk me anything!
2458
+ \", \"likes\": null, \"secure_media\": null, \"link_flair_text\": null, \"id\":
2459
+ \"qzkdt\", \"secure_media_embed\": {}, \"clicked\": false, \"stickied\": false,
2460
+ \"author\": \"AnnieLowrey\", \"media\": null, \"score\": 141, \"approved_by\":
2461
+ null, \"over_18\": false, \"hidden\": false, \"thumbnail\": \"self\", \"subreddit_id\":
2462
+ \"t5_2qzb6\", \"edited\": false, \"link_flair_css_class\": null, \"author_flair_css_class\":
2463
+ null, \"downs\": 96, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/IAmA/comments/qzkdt/im_annie_lowrey_an_economic_policy_reporter_for/\",
2464
+ \"name\": \"t3_qzkdt\", \"created\": 1331919796.0, \"url\": \"http://www.reddit.com/r/IAmA/comments/qzkdt/im_annie_lowrey_an_economic_policy_reporter_for/\",
2465
+ \"author_flair_text\": null, \"title\": \"I'm Annie Lowrey, an economic policy
2466
+ reporter for the New York Times and the author of the big Slate article on
2467
+ Ruby and _why.\", \"created_utc\": 1331916196.0, \"ups\": 237, \"num_comments\":
2468
+ 213, \"visited\": false, \"num_reports\": null, \"distinguished\": null}},
2469
+ {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\", \"banned_by\": null,
2470
+ \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\": \"<!--
2471
+ SC_OFF --><div class=\\\"md\\\"><p>I would really like to start
2472
+ a study group for Ruby on Rails for this book <a href=\\\"http://ruby.railstutorial.org/ruby-on-rails-tutorial-book\\\">http://ruby.railstutorial.org/ruby-on-rails-tutorial-book</a>
2473
+ (if you have better suggestions please let me know) I have just finished the
2474
+ CodeCademy course for Ruby so I think I have a decent grasp on the Ruby language.
2475
+ It would be nice if we could have a couple people who are experienced with
2476
+ Rails help guide us through. I plan on hosting it on my website under the
2477
+ Ruby on Rails subforum so we can keep all our stuff uncluttered, my website
2478
+ is called milesftp.com(sorry for the odd name my friend had the domain registered
2479
+ and so we decided to use it for now). If you guys are interested please let
2480
+ me know and we will figure something's out! Thanks. </p>\\n</div><!--
2481
+ SC_ON -->\", \"selftext\": \"I would really like to start a study group
2482
+ for Ruby on Rails for this book http://ruby.railstutorial.org/ruby-on-rails-tutorial-book
2483
+ (if you have better suggestions please let me know) I have just finished the
2484
+ CodeCademy course for Ruby so I think I have a decent grasp on the Ruby language.
2485
+ It would be nice if we could have a couple people who are experienced with
2486
+ Rails help guide us through. I plan on hosting it on my website under the
2487
+ Ruby on Rails subforum so we can keep all our stuff uncluttered, my website
2488
+ is called milesftp.com(sorry for the odd name my friend had the domain registered
2489
+ and so we decided to use it for now). If you guys are interested please let
2490
+ me know and we will figure something's out! Thanks. \", \"likes\": null, \"secure_media\":
2491
+ null, \"link_flair_text\": null, \"id\": \"1n9e40\", \"secure_media_embed\":
2492
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"valorvision\",
2493
+ \"media\": null, \"score\": 22, \"approved_by\": null, \"over_18\": false,
2494
+ \"hidden\": false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\":
2495
+ false, \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
2496
+ 8, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/1n9e40/creating_a_ruby_on_rails_study_group_please_let/\",
2497
+ \"name\": \"t3_1n9e40\", \"created\": 1380306666.0, \"url\": \"http://www.reddit.com/r/ruby/comments/1n9e40/creating_a_ruby_on_rails_study_group_please_let/\",
2498
+ \"author_flair_text\": null, \"title\": \"Creating A Ruby on Rails Study Group,
2499
+ please let me know if you're interested.\", \"created_utc\": 1380303066.0,
2500
+ \"ups\": 30, \"num_comments\": 40, \"visited\": false, \"num_reports\": null,
2501
+ \"distinguished\": null}}, {\"kind\": \"t3\", \"data\": {\"domain\": \"self.ruby\",
2502
+ \"banned_by\": null, \"media_embed\": {}, \"subreddit\": \"ruby\", \"selftext_html\":
2503
+ \"<!-- SC_OFF --><div class=\\\"md\\\"><p>Hi there,</p>\\n\\n<p>I
2504
+ started learning Ruby a few months ago and I bought myself a Microsoft Kinect
2505
+ Cam as an early X-Mas gift. Of course I'm using Linux (yes your OS-X
2506
+ is fine too) and don't even own an X-Box 360 ... so I started the
2507
+ hacking.</p>\\n\\n<p>After a short time of fiddling with C, I
2508
+ remembered how much it tends to get on my nerves and how much I love Ruby,
2509
+ so I thought "<strong>Why not write some Kinect stuff with
2510
+ Ruby?!</strong>". After a bit of googling I found exactly no
2511
+ other projects except</p>\\n\\n<p>---- <a href=\\\"http://openkinect.org/wiki/Ruby_Wrapper#Sample_Code\\\">this
2512
+ one</a> ----</p>\\n\\n<p>which was empty and so I decided
2513
+ to <strong>post my first code snippet there</strong>.</p>\\n\\n<p>Sadly
2514
+ nobody reacted so I have to assume that this project is dead. But what about
2515
+ you? <em>Anyone interested in bringing some of the Kinect functionality
2516
+ to Ruby?</em></p>\\n\\n<p><strong>What <del>I</del>
2517
+ we managed to do:</strong></p>\\n\\n<ul>\\n<li>Control
2518
+ the Kinects motor</li>\\n<li>Control the Kinects LED</li>\\n<li>Get
2519
+ accelerometer data</li>\\n</ul>\\n\\n<p><strong>What
2520
+ is missing (tried but failed):</strong></p>\\n\\n<ul>\\n<li>Get
2521
+ an image from the RGB cam</li>\\n<li>Get an image from the depth
2522
+ cam</li>\\n<li><del>Get accelerometer data</del></li>\\n</ul>\\n\\n<p><strong>TL;DR:</strong>
2523
+ Started to develop a pure Ruby Kinect driver. Who wants to help?</p>\\n\\n<p>PS:
2524
+ I'm not interested in libfreenect wrappers, I want to create a pure
2525
+ Ruby driver. (only with libusb i.e.)</p>\\n\\n<p><strong>EDIT:
2526
+ I've put what I got so far on GitHub: <a href=\\\"https://github.com/pachacamac/rinect\\\">see
2527
+ here</a></strong></p>\\n</div><!-- SC_ON -->\",
2528
+ \"selftext\": \"Hi there,\\n\\nI started learning Ruby a few months ago and
2529
+ I bought myself a Microsoft Kinect Cam as an early X-Mas gift. Of course I'm
2530
+ using Linux (yes your OS-X is fine too) and don't even own an X-Box 360 ...
2531
+ so I started the hacking.\\n\\nAfter a short time of fiddling with C, I remembered
2532
+ how much it tends to get on my nerves and how much I love Ruby, so I thought
2533
+ \\\"**Why not write some Kinect stuff with Ruby?!**\\\". After a bit of googling
2534
+ I found exactly no other projects except\\n\\n---- [this one](http://openkinect.org/wiki/Ruby_Wrapper#Sample_Code)
2535
+ ----\\n\\nwhich was empty and so I decided to **post my first code snippet
2536
+ there**.\\n\\nSadly nobody reacted so I have to assume that this project is
2537
+ dead. But what about you? *Anyone interested in bringing some of the Kinect
2538
+ functionality to Ruby?*\\n\\n\\n**What ~~I~~ we managed to do:**\\n\\n * Control
2539
+ the Kinects motor\\n * Control the Kinects LED\\n * Get accelerometer data\\n\\n**What
2540
+ is missing (tried but failed):**\\n\\n * Get an image from the RGB cam\\n
2541
+ * Get an image from the depth cam\\n * ~~Get accelerometer data~~\\n\\n\\n\\n**TL;DR:**
2542
+ Started to develop a pure Ruby Kinect driver. Who wants to help?\\n\\nPS:
2543
+ I'm not interested in libfreenect wrappers, I want to create a pure Ruby driver.
2544
+ (only with libusb i.e.)\\n\\n\\n**EDIT: I've put what I got so far on GitHub:
2545
+ [see here](https://github.com/pachacamac/rinect)**\", \"likes\": null, \"secure_media\":
2546
+ null, \"link_flair_text\": null, \"id\": \"euka7\", \"secure_media_embed\":
2547
+ {}, \"clicked\": false, \"stickied\": false, \"author\": \"nexe\", \"media\":
2548
+ null, \"score\": 29, \"approved_by\": null, \"over_18\": false, \"hidden\":
2549
+ false, \"thumbnail\": \"\", \"subreddit_id\": \"t5_2qh21\", \"edited\": true,
2550
+ \"link_flair_css_class\": null, \"author_flair_css_class\": null, \"downs\":
2551
+ 6, \"saved\": false, \"is_self\": true, \"permalink\": \"/r/ruby/comments/euka7/ruby_kinect_project/\",
2552
+ \"name\": \"t3_euka7\", \"created\": 1293897993.0, \"url\": \"http://www.reddit.com/r/ruby/comments/euka7/ruby_kinect_project/\",
2553
+ \"author_flair_text\": null, \"title\": \"Ruby Kinect Project\", \"created_utc\":
2554
+ 1293897993.0, \"ups\": 35, \"num_comments\": 36, \"visited\": false, \"num_reports\":
2555
+ null, \"distinguished\": null}}], \"after\": \"t3_euka7\", \"before\": null}}"
2556
+ http_version:
2557
+ recorded_at: Thu, 23 Jan 2014 23:31:00 GMT
1674
2558
  recorded_with: VCR 2.8.0