RubyCorner http://www.rubycorner.com en Sat, 04 Feb 2012 14:34:49 GMT Last updated blogs written in english at RubyCorner Running with Rails – Dev Blog not only for Rails fanatics :: Simplifying iptables management on a Debian (Squeeze) server http://dev.mensfeld.pl/2012/02/simplifying-iptables-management-on-a-debian-squeeze-server/ http://dev.mensfeld.pl/2012/02/simplifying-iptables-management-on-a-debian-squeeze-server/ My basic management concept for iptables (easy to maintain when you’re the owner and administrator of a server). I don’t like native iptables management way, so with little help from Google I’ve... Sat, 04 Feb 2012 14:34:49 GMT Mencio Peter Krantz http://www.peterkrantz.com http://www.peterkrantz.com Sat, 04 Feb 2012 11:49:37 GMT Peter Krantz Segment7 :: net-http-persistent 2.4.1 http://feedproxy.google.com/~r/Segment7/~3/hI6cg8G-ghY/net-http-persistent-2-4-1 http://feedproxy.google.com/~r/Segment7/~3/hI6cg8G-ghY/net-http-persistent-2-4-1 docs.seattlerb.org/net-http-persistent github.com/drbrain/net-http-persistent Manages persistent connections using Net::HTTP plus a speed fix for Ruby 1.8. It’s thread-safe too! Using persisten... Sat, 04 Feb 2012 01:57:48 GMT Eric Hodel Max De Marzi :: Graph Visualization and Neo4j – Part Three http://maxdemarzi.com/2012/02/02/graph-visualization-and-neo4j-part-three/ http://maxdemarzi.com/2012/02/02/graph-visualization-and-neo4j-part-three/ Like I promised in my previous post, I wanted to do a little something on D3.js. We are going to take one of their example visualizations and visualize a follows graph. To create our graph, we will ta... Thu, 02 Feb 2012 19:52:04 GMT Max De Marzi Ruby Inside :: This Week in Ruby: Rails 3.2, Rails Tutorial, and Why You Should Learn Smalltalk http://feedproxy.google.com/~r/RubyInside/~3/NZQKkMtEnRM/this-week-in-ruby-rails-3-2-rails-tutorial-and-why-you-should-learn-smalltalk-5806.html http://feedproxy.google.com/~r/RubyInside/~3/NZQKkMtEnRM/this-week-in-ruby-rails-3-2-rails-tutorial-and-why-you-should-learn-smalltalk-5806.html It's the latest Web-based syndication of Ruby Weekly, the weekly Ruby and Rails e-mail newsletter (which just tipped 11K subscribers). Ruby Weekly now has a 'tips' page where you can submit links for ... Wed, 01 Feb 2012 02:47:12 GMT Peter Cooper Daniel Azuma :: Setting the Database Free with ActiveRecord’s Connection API http://www.daniel-azuma.com/blog/archives/216 http://www.daniel-azuma.com/blog/archives/216 TL;DR: ActiveRecord is more than just an ORM. It also provides a convenient common interface for writing direct SQL queries, for those times when you need to access your database’s advanced features... Thu, 26 Jan 2012 01:26:19 GMT Daniel Azuma Easy Ruby :: Ruby on Rails: A Breakthrough in Web Development History http://ezruby.com/ruby-on-rails-a-breakthrough-in-web-development-history/ http://ezruby.com/ruby-on-rails-a-breakthrough-in-web-development-history/ RoR, Rails or Ruby on Rails are interchangeable terms but it only means one thing. For the Ruby programming language, it is an open source web application framework. It was David Hansson that derived ... Mon, 23 Jan 2012 09:41:30 GMT alex Deployment Zone :: Project level .pryrc http://feedproxy.google.com/~r/deploymentzone/~3/7Nq61p8xwhA/ http://feedproxy.google.com/~r/deploymentzone/~3/7Nq61p8xwhA/ Building off my previous ~/.pryrc I wanted to automatically load up my core project Ruby file, spec_helper.rb, and fire off some initialization routines whenever I start a new Pry session in my projec... Sun, 22 Jan 2012 18:55:34 GMT Charles Feduke Learning Ruby Blog :: FREE Online Course: Programming for the Web with Ruby http://rubylearning.com/blog/2012/01/21/free-online-course-programming-for-the-web-with-ruby/ http://rubylearning.com/blog/2012/01/21/free-online-course-programming-for-the-web-with-ruby/ Programming for the Web with Ruby Registrations are now open for RubyLearning’s FREE, online course on “Programming for the Web with Ruby“. Web-based applications offer numerous advantages, such... Sat, 21 Jan 2012 04:42:09 GMT IndianGuru Smarticus :: My new funky editor. A story about Sublime Text 2 http://feedproxy.google.com/~r/woahbaby/~3/enoxXoGtq2c/ http://feedproxy.google.com/~r/woahbaby/~3/enoxXoGtq2c/ A prologue Today, I use Sublime Text 2 for just about all my text editing needs. It is fast and fairly stable. It is customizable and it can use plugins from Textmate. It also allows me to have split ... Fri, 20 Jan 2012 18:38:48 GMT bryanl skwpspace :: The cleanest vimrc you’ve ever seen http://yanpritzker.com/2012/01/20/the-cleanest-vimrc-youve-ever-seen/ http://yanpritzker.com/2012/01/20/the-cleanest-vimrc-youve-ever-seen/ So many of us use vimrc files that are a frankenstein’s monster, cobbled together from spare parts, gists, and snippets from wikipedias. One day I decided I was no longer going to treat my vimrc as ... Fri, 20 Jan 2012 17:03:57 GMT skwp J-_-L :: pws: The ruby-powered command-line password manager http://rbjl.net/60-pws-the-ruby-powered-command-line-password-manager http://rbjl.net/60-pws-the-ruby-powered-command-line-password-manager stores your passwords in a file on your disk encrypts the file with a master password is designed for every-day-use is written in 234 lines of understandable Ruby code… Read it! is tested... Thu, 19 Jan 2012 14:03:12 GMT J-_-L Timon Vonk :: Programming Amish: Simplicity as a solution to complicated processes http://www.timonv.nl/2012/01/17/programming-amish-simplicity-solution-complicated-processes/ http://www.timonv.nl/2012/01/17/programming-amish-simplicity-solution-complicated-processes/ The Amish The Amish are a people who, besides their basic and very traditional way of life, have a firm grasp on the principles of simplicity. They do not have cell phones, computers, television or in... Tue, 17 Jan 2012 19:38:21 GMT Timon Vonk libfugu.so :: A Primer on C Extensions Part 2 - FFI http://libfugu.so/blog/2012/01/16/a-primer-on-c-extensions-part-2-ffi/ http://libfugu.so/blog/2012/01/16/a-primer-on-c-extensions-part-2-ffi/ In my previous post I covered building a simple C extension written in Ruby. There are times however that you may need to call functions defined in an existing native library. Fortunately there is a t... Mon, 16 Jan 2012 18:38:35 GMT fugufish morsi.org :: Fudcon Blacksburg Report http://mo.morsi.org/blog/node/360 http://mo.morsi.org/blog/node/360 Just got back from Fudcon Blacksburg. As always, it was a great time. Arrived after driving down (10 hrs) Thursday evening and crashed quickly after checking into my accommodations (The Inn at Virgini... Mon, 16 Jan 2012 12:48:12 GMT movitto Raymeds Health Blog http://www.raymeds.com/ http://www.raymeds.com/ Mon, 16 Jan 2012 06:20:20 GMT sophia smith From Delhi, about everything :: Utility Bash script to setup key based ssh access quickly http://www.fromdelhi.com/2012/01/14/bash_key_access/ http://www.fromdelhi.com/2012/01/14/bash_key_access/ I needed to added my public key to a couple of servers the same day. After having done it twice, I thought of writing a bash script to pull my key from a public url at dropbox and append it to the aut... Sat, 14 Jan 2012 09:54:12 GMT Manik Ruby-coloured glasses :: Link: link-building and SEO http://feedproxy.google.com/~r/RubyGlasses/~3/vLdyE--u-YI/link-link-building-and-seo.html http://feedproxy.google.com/~r/RubyGlasses/~3/vLdyE--u-YI/link-link-building-and-seo.html It's fairly old, but this is still a good basic reference to SEO and link-building Just be aware that IPL2 is no longer accepting link submissions. You have to register as an editor for joeant to be ... Fri, 13 Jan 2012 23:52:11 GMT Taryn Kevin Bedell on Internet Tech :: Dear [Under-Capitalized Business-Guy who wants me to work on your site for 'equity'], http://www.kbedell.com/2012/01/03/dear-under-capitalized-business-guy-who-wants-me-to-work-on-your-site-for-equity/ http://www.kbedell.com/2012/01/03/dear-under-capitalized-business-guy-who-wants-me-to-work-on-your-site-for-equity/ Dear [Under-Capitalized Business-Guy who wants me to work on your site for 'equity'], Thanks for taking time to meet today. It was interesting to learn about what you’re doing. I’ve put some thoug... Mon, 09 Jan 2012 15:40:10 GMT kbedell Brainfuckrz :: DNS 101 for developers http://www.brainfuck.rs/2012-01-06-dns-101-for-developers.html http://www.brainfuck.rs/2012-01-06-dns-101-for-developers.html DNS stands for "Domain Name System", but you could google that information yourself and find definition online. What you could not find online is very short and absolutely minimal DNS guide for develo... Fri, 06 Jan 2012 21:28:27 GMT Dushan