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.

Ramaze by Example -- Parts 9 - 11

The final three parts and conclusion have been posted for a blog post series which introduces the basics of web development using Ramaze, a framework that lets you create web applications in Ruby with a minimum of code. The tutorial walks through the creation of a small but functional app from start to finish, describing many Ramaze features along the way. The latest posts cover layouts, validation and error handling, and the conclusion provides links for further learning.

The Closet JRubyists

A story of JRuby usage. [link]

That should be “closet” instead of “cloest”.
Please leave asis will fix later. On iPhone atm!

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…
Loading older posts