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.

Sequel 2.0 Released

Sequel 2.0 has been released. Sequel is a popular database / SQL abstraction library. It provides thread safety, connection pooling and a concise DSL for constructing database queries and table schemas, as well as a simple ORM layer.

I have tested the 2.0.0 version downloaded with “gem install”. Its broken. No a…
It seems to be the necessary thing to always run on trunk versions these days :…
It’s only broken in 2.0 if you are using Model.create_table (which isn’t the no…

Ruby 1.8.7 is out

Ruby 1.8.7 is out. The official announcement is here. What makes this release significant is that it includes several backports from Ruby 1.9 alongside the usual batch of bug fixes and performance improvements. Enjoy!

Loading older posts