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.

Tips, help and links needed for Ruby Inside RSpec Roundup

Tips, help and links needed for Ruby Inside RSpec Roundup: I’m looking at creating a “round up” of useful RSpec tutorials, links, videos, resources, tips, blog posts, anything like that, for Ruby Inside. If you’ve written an article about RSpec (or want to - you’ll get traffic!) or want to recommend something I can link to, please leave a comment here.

http://blog.davidchelimsky.net/ – All of it. :) How to write macros in rspe…
Also… This is a work in progress… But a co-worker and I have been creating a te…
Hi All I wrote a tutorial on understanding RSpec stories, which you might fi…
Living without an aim is like sailing without a compass.

Ruby Fishy Edition

My thoughts on Ruby Enterprise Edition and Phusion.

You can’t be enterprise with a logo like that!!!!
Have any of you started working on an open source project and NOT released the …
remi: In response to your first question, no, at least not with the Ruby source…
They indeed did see if they could migrate it into core. I believe it made its …

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