The Ruby and Rails community linklog
Made a library? Written a blog post? Found a useful tutorial? Share it with the Ruby community here or just enjoy what everyone else has found!
Submit a post
Post Preview
Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.
Laser: Finding Multiple Assignment Bugs in Ruby
Laser, the static analyzer for Ruby, now finds errors in multiple assignment. Ever have multiple return values lead to a bug in your Ruby code? Read about how we can find those bugs statically!
GemAWeek Episode 8 - Rubinius Day
Published Episode 8 of GemAWeek last Friday night at http://gemaweek.com/post/8544178112/episode8-rubinius-day. It’s inspired by Steve Klabnik’s teachmehowtomakearubygem presentation.
Consuming SOAP Webservices in Ruby
Peterson Ferreira published a blog post about Consuming SOAP Webservices in Ruby.
Where to find me now that I'm not using twitter.
Many Ruby folks followed my @seacreature account on twitter to keep track of my projects and news about Mendicant University. Unfortunately, twitter has been unpleasant for me to work with lately, so I’ve quit posting there for now. This post explains how you can keep in touch with me. [more inside]
`gem install` is painful
I wrote a blog post about Installing Gems. [more inside]
Switching from .NET to Ruby: The Ruby Environment
I’m doing a series of posts at RubySource on switching from .NET to Ruby. The first post in the series is on The Ruby Environment.
Ruby symbols instead of blocks
An explanation to why passing &:symbol instead of a block to a block-hungry-method works.
Nestable, sortable and dragable categories:
In the project I’m working on we wanted to have a Category model which we wanted to be nestable. But we also liked the user to have a draggable interface to manage and rearrange the order of his categories. So we chose awesome_nested_set for the model and jQuery.nestedSortable for the UI. [more inside]
rubylang.info: A Solid 3rd Party Attempt at a Site for Ruby
Chris Ledet noticed the recent drama about the cruftiness of Ruby’s official ruby-lang.org site and immediately set to work on his own attempt. It’s called rubylang.info and it’s an impressive attempt in such a short time. Does it just splinter efforts or does it continue a proud tradition of reinvention in the Ruby community? We’ll see!
Custom mail delivery method in Rails 3.*
Rails 3 allows you to specify a custom mail delivery method in addition to the default options smtp, sendmail, test and file. In this post, I show you how to use this feature.
“Yehuda was right: Steak is a scam”
The slides from my lightning talk at Conferencia Rails 2011 fully annotated for your personal enjoyment
Ruby Midwest - Speakers Announced!
Two days. One track. November 4-5 in Kansas City, MO. - $189 Keynotes from Uncle Bob Martin and Andy Hunt but many other speakers too.. see first comment.
Create a Like or +1 Button with Make_Flaggable
Eric Berry put together a terrific demonstration on how to create a like or +1 button with make_flaggable. Check it out if you’re looking to duplicate the functionality that currently exists in Google+.
Think Globally, Stage Locally
I wanted a staging environment that I could run locally to test my full Linux application stack. In this post, I show you how to setup a Vagrant VM and deploy your Rails app to it with Capistrano.
Party on, Wayne! Celebrate #rbxday tomorrow.
Tomorrow, Friday, August 5 is the inaugural #rbxday. There’s a global virtual event, and a number of in-person hackfests taking place.
3 areas where MacRuby shines vs. Objective-C
We were writing Objective-C when we started building Redwood. When we released the app this week, almost all of our code was written in Ruby. There were three spots where using MacRuby really made a difference.
An open-source, Heroku compatible implementation of BoxJS/CSS/Etc
An evening’s effort, here is an open-source, Sinatra based implementation of BoxJS/CSS/Resizer back ends compatible with Box’s javascript libraries, including future Box features - that you can deploy right now.
Investing in your Knowledge Portfolio
On the Teach Me To Code podcast, I discuss investing in your knowledge portfolio. If you’re looking for good ways of moving ahead in your career, I list a few suggestions.
Simultaneous Capybara Sessions in Cucumber
Collective Idea’s latest blog post shows how to use Capybara 1.0 to easily test those tricky multiple-browser interactions.
The fog 2011 halftime show
A fog update from geemus covering fog 0.10.0, new services added, growth stats, and what’s coming next.
cascading_classes: Properties that cascade down class trees
I just launched cascading_classes. This allows you to easily create properties that cascade down class trees. gem install cascading_classes
paperclip-aws — use AWS SDK (S3) with Paperclip
As you know some days ago Amazon released official AWS SDK for Ruby. I created Paperclip storage module called paperclip-aws that brings ‘aws-sdk’ to Paperclip. Features include: works perfectly with US, European and Japanese S3 instances; supports both http and https urls; supports expiring urls; can generate urls for read, write и delete operations.