Welcome to this week's Web-based syndication of Ruby Weekly, my Ruby e-mail newsletter.
Headlines
Vote for your 'Ruby Hero' in the Ruby Hero Awards
The Ruby Heroes awards run each year and present...
Updated about 6 hours ago
•
Written in english
We had our first Graph Database Meet-up in Chicago yesterday! 16 Graphistas came out to learn more about the craft and get an introduction to Neo4j. Ryan Briones from Groupon gave us a venue and helpe...
Updated about 14 hours ago
•
Written in english
Yup, finally it’s here! :) Switching Susanoo (Senpuu v5) to 3.2 wasn’t so hard. Took me about 5 hours. Why so long? Well because I had to fix my “special” Paperclip version and make so additio...
Updated 1 day ago
•
Written in english
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...
Updated 2 days ago
•
Written in english
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 ...
Updated 4 days ago
•
Written in english
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...
Updated 5 days ago
•
Written in english
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...
Updated 7 days ago
•
Written in english
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 ...
Updated 7 days ago
•
Written in english
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 ...
Updated 7 days ago
•
Written in english
Kimble aka Kim Dotcom, aka Kim Schmitz, and Kim Tim Jim Vestor ist wieder zuhause. Das FBI hat Megaupload abgeschaltet und Kimble in Neuseeland verhaften lassen.(FBI-Statement) Da haben wohl die SOPA-...
Updated 8 days ago
•
Written in german
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...
Updated 8 days ago
•
Written in english
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...
Updated 10 days ago
•
Written in english
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...
Updated 11 days ago
•
Written in english
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...
Updated 11 days ago
•
Written in english
Updated 12 days ago
•
Written in english
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...
Updated 13 days ago
•
Written in english
Neste post você confere tudo o que rolou no nosso twitter entre 07-01-2012 e 13-01-2012
Updated 14 days ago
•
Written in portuguese
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 ...
Updated 14 days ago
•
Written in english
Updated 14 days ago
•
Written in english
test/test_helper.rb is a great idea Rails brought to the Ruby world as a place for functionality that helps you write better tests. There's now a standard place for you to implement common setup/tear...
Updated 16 days ago
•
Written in english