RubyFlow The Ruby and Rails community linklog

×

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

You can use basic HTML markup (e.g. <a>) or Markdown.
Note that your post may be edited to suit the format of the site.

As you are not logged in, you will be
directed via GitHub to signup or sign in

Post Preview

Note: Only the first pargraph is shown on the front page and overly long paragraphs may be broken up.

RubyConf 2008 videos available

The RubyConf 2008 videos are available, here. These high quality videos show you both the speaker and the slides (awesome, isn’t it ?). Thanks go to the guys from Confreaks.

I’m getting a ‘video not found’ error when trying to watch them
I was too quick in posting the item ; it appears that the videos aren’t (at lea…

Ruby on Rails Bible

The Ruby on Rails Bible is available now on Amazon or at your local bookstore. The book covers Rails 2.x. The sample application may be of interest to many. It walks the reader through the development of a book shelf application, think a simplified version of shelfari.com. The application includes integration with Amazon Web Services. You can also follow the book on Twitter at: http://twitter.com/rorbible.

Covers “Ruby 2.x”! I guess that renders Flanagan & Matsumoto obsolete alre…
Oops!! Should have said “covers Rails 2.x”
Fixed:-)

Bruce Tate's take on the Path to Ruby Mastery

Bruce Tate answers questions that Ruby beginners face, in this interview.

I skim it.
I do read most of them, and it’s a cool series imo.
Anon: This isn’t a defensive question, I’m actually intrigued. Is there anythin…
It’s a nice idea and all, but they’re pretty repetitive.

no such file to load -- sqlite3

If you’re getting “no such file” on sqlite3 after updating/installing some gem recently (could be Merb, Integrity, etc) have a look on this thread on Ruby on Rails: Talk. You have to remove some data_objects/data_mapper related .dll.

I got it to work by typing gem ‘sqlite3-ruby’ before require ‘sqlite3’. So I co…
Yes, but it messes up also a Sinatra apps using sqlite3 etc….
Yeah, it worked for me too, just add gem “sqlite3-ruby’ in your in your environ…
Yeah, it worked for me too, just add gem “sqlite3-ruby’ in your in your enviro…

Which Rubyists have rocked 2008?

I’m putting together a series for Ruby Inside that will profile some of the Ruby developers who’ve had a prominent effect or done a lot for the Ruby (and Rails) community in 2008. I have a few names already, but who would you nominate? I don’t want to miss anyone obvious. This post is also a good way for you to show appreciation to any Ruby developers who’ve had an effect on you in the last year. So, yeah, this is a bit of a “love in” post! :-) Thanks in advance.

This is awesome - thanks for the pointers! I will try and roundup those who …
oh yeah and those Phusion guys~!
Some thoughts… _why for Shoes Ben Johnson for creating the best damn authent…
Pretty cool set of resources…thanks Mobile POS Contactless POS Fingerprint POS …

This Old Hash

TigerOps.org is finally getting some bloggy goodness going. In classic transtyle, how about this one: “The Hash may well be the most used class in Ruby. Sure, our programs have arrays and strings galore, but they generally come and go without much ado. Hashes on the other hand get used…” Jump Here.

Loading older posts