HTTP/1.1 200 OK reddit for ruby hackershttp://www.reddit.com/r/ruby/**A reddit for discussion and news about ruby programming** Ruby-on-Rails posts are encouraged to be posted in the [r/rails](http://reddit.com/r/rails) subreddit ** Learning Ruby? ** * [TryRuby](http://tryruby.org/) in your browser * Syntax, structure, and some common functions and libraries try [RubyKoans](http://rubykoans.com/) * [Hackety Hack](http://hackety-hack.com/) a shoes app for playing around with ruby ** Tools ** * [Ruby Version Manager (RVM)](http://rvm.beginrescueend.com/) easily install, manage and work with multiple ruby environments from interpreters to sets of gems * Manages an application's dependencies [Bundler](http://gembundler.com) * Looking for new gems? [ruby-toolbox](http://ruby-toolbox.com/) ** Got Docs? ** * [APIdock](http://apidock.com/) rich and usable interface for searching, perusing and improving the documentation * [rdoc](http://rdoc.info/gems) YARD Documentation Server * [Ruby Doc](http://ruby-doc.org/) complete and accurate documentation for the Ruby programming language **Books** * [Well Grounded Rubyist](http://www.amazon.com/gp/product/1933988657/ref=as_li_qf_sp_asin_tl?ie=UTF8&tag=redditrrubyco-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1933988657) * [Eloquent Ruby](http://www.amazon.com/gp/product/0321584104/ref=as_li_tf_tl?ie=UTF8&tag=redditrrubyco-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0321584104) * [Metaprogramming Ruby](http://www.amazon.com/gp/product/1934356476/ref=as_li_tf_tl?ie=UTF8&tag=redditrrubyco-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1934356476) * [The Rspec Book](http://www.amazon.com/gp/product/1934356379/ref=as_li_tf_tl?ie=UTF8&tag=redditrrubyco-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1934356379) * [Programming Ruby 1.9: The Pragmatic Programmers’ Guide](http://www.amazon.com/gp/product/1934356085/ref=as_li_tf_tl?ie=UTF8&tag=redditrrubyco-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=1934356085) * [The Ruby Programming Language](http://www.amazon.com/gp/product/0596516177/ref=as_li_tf_tl?ie=UTF8&tag=redditrrubyco-20&linkCode=as2&camp=1789&creative=9325&creativeASIN=0596516177) ** Community ** * Signup for [Github](http://github.com/signup/free) * Signup for [rubygems](http://rubygems.org/sign_up) ** Screencasts (Rails) ** * [RoR Screencasts](http://rubyonrails.org/screencasts/rails3) * [RailsCast](http://railscasts.com/) * [Rails For Zombies!](http://railsforzombies.org/)http://thumbs.reddit.com/t5_2qh21.png?v=d4ae33f6d04df1caf7a3b126aabe9ae5reddit for ruby hackershttp://www.reddit.com/r/ruby/(Real) Modern Ruby Developmenthttp://www.reddit.com/r/ruby/comments/kulnn/real_modern_ruby_development/http://www.reddit.com/r/ruby/comments/kulnn/real_modern_ruby_development/Wed, 28 Sep 2011 22:48:47 +0000submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://blog.steveklabnik.com/2011/09/28/real-modern-ruby-development.html">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kulnn/real_modern_ruby_development/">[8 komentarzy]</a>JRuby GA on an Engine Yard Cloud Near Youhttp://www.reddit.com/r/ruby/comments/ku3f4/jruby_ga_on_an_engine_yard_cloud_near_you/http://www.reddit.com/r/ruby/comments/ku3f4/jruby_ga_on_an_engine_yard_cloud_near_you/Wed, 28 Sep 2011 14:17:03 +0000submitted by <a href="http://www.reddit.com/user/mshe"> mshe </a> <br/> <a href="http://www.engineyard.com/blog/2011/jruby-ga-on-an-engine-yard-cloud-near-you/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ku3f4/jruby_ga_on_an_engine_yard_cloud_near_you/">[skomentuj]</a>Is RSpec, Cucumber, et al Making Testing Too Risky?http://www.reddit.com/r/ruby/comments/ku4e2/is_rspec_cucumber_et_al_making_testing_too_risky/http://www.reddit.com/r/ruby/comments/ku4e2/is_rspec_cucumber_et_al_making_testing_too_risky/Wed, 28 Sep 2011 14:47:17 +0000submitted by <a href="http://www.reddit.com/user/mentalbrew"> mentalbrew </a> <br/> <a href="http://www.mentalbrew.com/blog/2011/09/28/is-rspec-cucumber-making-testing-risky/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ku4e2/is_rspec_cucumber_et_al_making_testing_too_risky/">[5 komentarzy]</a>Playin' with the ruby GC in 1.9.3http://www.reddit.com/r/ruby/comments/ku3hm/playin_with_the_ruby_gc_in_193/http://www.reddit.com/r/ruby/comments/ku3hm/playin_with_the_ruby_gc_in_193/Wed, 28 Sep 2011 07:19:27 -0700submitted by <a href="http://www.reddit.com/user/rondale_sc"> rondale_sc </a> <br/> <a href="http://www.jonathan-jackson.net/playin-with-the-ruby-gc">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ku3hm/playin_with_the_ruby_gc_in_193/">[skomentuj]</a>Modern Rails Setuphttp://www.reddit.com/r/ruby/comments/ktrme/modern_rails_setup/http://www.reddit.com/r/ruby/comments/ktrme/modern_rails_setup/Tue, 27 Sep 2011 21:42:14 -0700submitted by <a href="http://www.reddit.com/user/roger1981"> roger1981 </a> <br/> <a href="http://ascarter.net/2011/09/25/modern-ruby-development.html">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ktrme/modern_rails_setup/">[12 komentarzy]</a>.NET to Ruby: Namespacing, Naming Conventions, Comments & Documentationhttp://www.reddit.com/r/ruby/comments/ku7m3/net_to_ruby_namespacing_naming_conventions/http://www.reddit.com/r/ruby/comments/ku7m3/net_to_ruby_namespacing_naming_conventions/Wed, 28 Sep 2011 16:24:17 +0000submitted by <a href="http://www.reddit.com/user/ruprict"> ruprict </a> <br/> <a href="http://rubysource.com/net-to-ruby-namespacing-naming-conventions-comments-documentation/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ku7m3/net_to_ruby_namespacing_naming_conventions/">[skomentuj]</a>Continuous integration & deployment within 1 minute via ruby gemhttp://www.reddit.com/r/ruby/comments/ku7ha/continuous_integration_deployment_within_1_minute/http://www.reddit.com/r/ruby/comments/ku7ha/continuous_integration_deployment_within_1_minute/Wed, 28 Sep 2011 16:20:12 +0000submitted by <a href="http://www.reddit.com/user/oBeLx"> oBeLx </a> <br/> <a href="http://news.ycombinator.com/item?id=3048602">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ku7ha/continuous_integration_deployment_within_1_minute/">[skomentuj]</a>Practicing Ruby: A weekly journal from Gregory Brownhttp://www.reddit.com/r/ruby/comments/ktnda/practicing_ruby_a_weekly_journal_from_gregory/http://www.reddit.com/r/ruby/comments/ktnda/practicing_ruby_a_weekly_journal_from_gregory/Tue, 27 Sep 2011 19:26:10 -0700submitted by <a href="http://www.reddit.com/user/sandal"> sandal </a> <br/> <a href="http://practicingruby.com">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ktnda/practicing_ruby_a_weekly_journal_from_gregory/">[skomentuj]</a>Looking for Writers (Rubysource.com)http://www.reddit.com/r/ruby/comments/kt8pq/looking_for_writers_rubysourcecom/http://www.reddit.com/r/ruby/comments/kt8pq/looking_for_writers_rubysourcecom/Tue, 27 Sep 2011 19:12:29 +0000<!-- SC_OFF --><div class="md"><p>Hullo,</p> <p>Hullo all, I am the editor of <a href="http://www.rubysource.com" >Rubysource.com</a> and we are actively looking for writers for all topics Ruby. I figure that reddit is a great source for technical Ruby minds that want to get involved. This is a pay-per-article agreement, so if you are interested, please contact me at glenn (dot) goodrich (at) rubysource.com. More details <a href="http://rubysource.com/write-for-us/" >here</a></p> <p>Please put "Write for Rubysource" in the subject line in your e-mail to me.</p> <p>Thanks, Glenn</p></div><!-- SC_ON --> submitted by <a href="http://www.reddit.com/user/ruprict"> ruprict </a> <br/> <a href="http://www.reddit.com/r/ruby/comments/kt8pq/looking_for_writers_rubysourcecom/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kt8pq/looking_for_writers_rubysourcecom/">[4 komentarze]</a>GemStats.org - Help the Ruby community collect stats on library usage in Rails appshttp://www.reddit.com/r/ruby/comments/kt7fg/gemstatsorg_help_the_ruby_community_collect_stats/http://www.reddit.com/r/ruby/comments/kt7fg/gemstatsorg_help_the_ruby_community_collect_stats/Tue, 27 Sep 2011 11:37:01 -0700submitted by <a href="http://www.reddit.com/user/bcardarella"> bcardarella </a> <br/> <a href="http://gemstats.org">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kt7fg/gemstatsorg_help_the_ruby_community_collect_stats/">[skomentuj]</a>The Death and Rebirth of Practicing Rubyhttp://www.reddit.com/r/ruby/comments/ktmdx/the_death_and_rebirth_of_practicing_ruby/http://www.reddit.com/r/ruby/comments/ktmdx/the_death_and_rebirth_of_practicing_ruby/Tue, 27 Sep 2011 18:56:57 -0700submitted by <a href="http://www.reddit.com/user/sandal"> sandal </a> <br/> <a href="http://blog.rubybestpractices.com/posts/gregory/057-the-practicing-ruby-journal.html">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ktmdx/the_death_and_rebirth_of_practicing_ruby/">[skomentuj]</a>GemStats.org - help the community by sharing your gem datahttp://www.reddit.com/r/ruby/comments/kt7sq/gemstatsorg_help_the_community_by_sharing_your/http://www.reddit.com/r/ruby/comments/kt7sq/gemstatsorg_help_the_community_by_sharing_your/Tue, 27 Sep 2011 11:47:02 -0700submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://gemstats.org/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kt7sq/gemstatsorg_help_the_community_by_sharing_your/">[skomentuj]</a>Ruby-doc.org betahttp://www.reddit.com/r/ruby/comments/ksnx1/rubydocorg_beta/http://www.reddit.com/r/ruby/comments/ksnx1/rubydocorg_beta/Mon, 26 Sep 2011 22:42:17 -0700submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://www.jamesbritt.com/2011/9/20/ruby-doc-org-beta">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ksnx1/rubydocorg_beta/">[4 komentarze]</a>Learn Ruby The Hard Wayhttp://www.reddit.com/r/ruby/comments/ksfsd/learn_ruby_the_hard_way/http://www.reddit.com/r/ruby/comments/ksfsd/learn_ruby_the_hard_way/Mon, 26 Sep 2011 18:26:04 -0700submitted by <a href="http://www.reddit.com/user/cdwillis"> cdwillis </a> <br/> <a href="http://ruby.learncodethehardway.org/book/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ksfsd/learn_ruby_the_hard_way/">[13 komentarzy]</a>Tutorial: OS X automation with MacRuby and the Scripting Bridgehttp://www.reddit.com/r/ruby/comments/kskfg/tutorial_os_x_automation_with_macruby_and_the/http://www.reddit.com/r/ruby/comments/kskfg/tutorial_os_x_automation_with_macruby_and_the/Tue, 27 Sep 2011 03:42:35 +0000submitted by <a href="http://www.reddit.com/user/roger1981"> roger1981 </a> <br/> <a href="http://arstechnica.com/apple/guides/2011/09/tutorial-os-x-automation-with-macruby-and-the-scripting-bridge.ars">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kskfg/tutorial_os_x_automation_with_macruby_and_the/">[skomentuj]</a>Unpatched Security Issue in Addressable Gemhttp://www.reddit.com/r/ruby/comments/kskmh/unpatched_security_issue_in_addressable_gem/http://www.reddit.com/r/ruby/comments/kskmh/unpatched_security_issue_in_addressable_gem/Mon, 26 Sep 2011 20:48:31 -0700submitted by <a href="http://www.reddit.com/user/rubyist9"> rubyist9 </a> <br/> <a href="https://github.com/sporkmonger/addressable/issues/48">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kskmh/unpatched_security_issue_in_addressable_gem/">[3 komentarze]</a>Clear Channel Radio stream ruby scripthttp://www.reddit.com/r/ruby/comments/ksicg/clear_channel_radio_stream_ruby_script/http://www.reddit.com/r/ruby/comments/ksicg/clear_channel_radio_stream_ruby_script/Mon, 26 Sep 2011 19:41:04 -0700submitted by <a href="http://www.reddit.com/user/hechacker1"> hechacker1 </a> <br/> <a href="http://ordorica.org/system/radio/cc_radio_sqlite.rb">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ksicg/clear_channel_radio_stream_ruby_script/">[4 komentarze]</a>Black Magic Rails: default_scopehttp://www.reddit.com/r/ruby/comments/ks6mp/black_magic_rails_default_scope/http://www.reddit.com/r/ruby/comments/ks6mp/black_magic_rails_default_scope/Mon, 26 Sep 2011 13:46:16 -0700submitted by <a href="http://www.reddit.com/user/renaebair"> renaebair </a> <br/> <a href="http://intridea.com/2011/9/26/black-magic-rails-default-scopes">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/ks6mp/black_magic_rails_default_scope/">[1 komentarz]</a>SBPP #4: method Cascadeshttp://www.reddit.com/r/ruby/comments/krsfs/sbpp_4_method_cascades/http://www.reddit.com/r/ruby/comments/krsfs/sbpp_4_method_cascades/Mon, 26 Sep 2011 06:21:29 -0700submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://avdi.org/devblog/2011/09/26/sbpp-4-method-cascades/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/krsfs/sbpp_4_method_cascades/">[skomentuj]</a>"What Killed Smalltalk Could Kill Ruby, Too" (RailsConf '09)http://www.reddit.com/r/ruby/comments/krk8y/what_killed_smalltalk_could_kill_ruby_too/http://www.reddit.com/r/ruby/comments/krk8y/what_killed_smalltalk_could_kill_ruby_too/Mon, 26 Sep 2011 05:39:19 +0000submitted by <a href="http://www.reddit.com/user/emporsteigend"> emporsteigend </a> <br/> <a href="http://www.youtube.com/watch?v=YX3iRjKj7C0">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/krk8y/what_killed_smalltalk_could_kill_ruby_too/">[16 komentarzy]</a>command_line_google_maps - Lets you download, draw on, and display a google map image in your command line - [GitHub/~80loc]http://www.reddit.com/r/ruby/comments/kr91u/command_line_google_maps_lets_you_download_draw/http://www.reddit.com/r/ruby/comments/kr91u/command_line_google_maps_lets_you_download_draw/Sun, 25 Sep 2011 16:20:54 -0700submitted by <a href="http://www.reddit.com/user/nexe"> nexe </a> <br/> <a href="https://github.com/pachacamac/command_line_google_maps">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kr91u/command_line_google_maps_lets_you_download_draw/">[skomentuj]</a>Ruby Timeout Woes, Part 2http://www.reddit.com/r/ruby/comments/kqtlg/ruby_timeout_woes_part_2/http://www.reddit.com/r/ruby/comments/kqtlg/ruby_timeout_woes_part_2/Sun, 25 Sep 2011 06:19:12 -0700submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://woss.name/2011/08/30/ruby-timeout-woes-part-2/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kqtlg/ruby_timeout_woes_part_2/">[4 komentarze]</a>Use the Free Application Namespace in Railshttp://www.reddit.com/r/ruby/comments/kqyn5/use_the_free_application_namespace_in_rails/http://www.reddit.com/r/ruby/comments/kqyn5/use_the_free_application_namespace_in_rails/Sun, 25 Sep 2011 10:15:16 -0700submitted by <a href="http://www.reddit.com/user/martin_luder"> martin_luder </a> <br/> <a href="http://winterfell.ch/2011/09/use-the-free-application-namespace-in-rails/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kqyn5/use_the_free_application_namespace_in_rails/">[1 komentarz]</a>MonoTable - NoSQL Data-Store in Rubyhttp://www.reddit.com/r/ruby/comments/kqhcr/monotable_nosql_datastore_in_ruby/http://www.reddit.com/r/ruby/comments/kqhcr/monotable_nosql_datastore_in_ruby/Sat, 24 Sep 2011 18:07:57 -0700submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://monotable.org/">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kqhcr/monotable_nosql_datastore_in_ruby/">[4 komentarze]</a>The (Sad) State of Concurrency in Ruby 1.9.2http://www.reddit.com/r/ruby/comments/kq5ct/the_sad_state_of_concurrency_in_ruby_192/http://www.reddit.com/r/ruby/comments/kq5ct/the_sad_state_of_concurrency_in_ruby_192/Sat, 24 Sep 2011 10:15:59 -0700submitted by <a href="http://www.reddit.com/user/cwgem"> cwgem </a> <br/> <a href="http://essenceandartifact.blogspot.com/2011/09/sad-state-of-concurrency-in-ruby-192.html">[link]</a> <a href="http://www.reddit.com/r/ruby/comments/kq5ct/the_sad_state_of_concurrency_in_ruby_192/">[7 komentarzy]</a>