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.

Detect Cylons using MacRuby

I’m sure that like everyone else, your main concern in life is to detect cylons around you. Good new fellas, Matt Aimonetti wrote a blog post that will help you do that using MacRuby. Well, not really, but kinda… At least, you will learn from his blog post that the work on MacRuby 0.6 started and an early version of a debugger is now available to play with.

Navvy, a database agnostic background job processor

Introducing Navvy; a simple background job processor inspired by delayed_job, but aiming for database agnosticism. Currently Navvy supports ActiveRecord, MongoMapper and Sequel but it’s extremely easy to write an adapter for your favorite ORM. It completely supports Rails Edge and there’s a pretty good wiki.

Rails 3.0.pre Quick Install

Want to build your first Rails 3.0.pre application? Worried about installing Rails 3.0.pre gem might conflict your gems? I have written a bash script where you can install Rails 3.0.pre without gem and run “rails3” command to create your first application. Rails 3.0.pre Quick Install Have fun!

Words - A fast, cross distribution, easy-to-use interface to WordNet®

Words is an easy-to-use interface to the WordNet® lexical ontology. There are numerous interfaces out there however they appear to either be unstable, slow or make us of out-dated / distribution specific libraries many lacking ruby-like syntax. Words provides both rovides both a pure ruby and an FFI powered backend over the same API. The FFI backend uses Tokyo Cabinet and rufus-tokyo to provide cross ruby distribution compatability and blistering speed. The pure ruby interface operates through a ruby optimised index along with the standard files provided by WordNet®.

Rediscovering GServer

The Ruby Core/Standard API is full of hidden features that don’t get a lot of publicity. In the first in a planned series of ‘Rediscovering Ruby’ articles I take a look at GServer, a generic server micro-framework featuring thread pool management, simple logging, and multi-server management.

Loading older posts