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.

Sadie, Olsen - Data gathering and reporting

I’ve released a couple of data-gathering and reporting gems: Sadie and Olsen. Sadie makes it easy to assemble data from various databases, network locations, files and other sources. It has some nice facilities for managing memory usage, session storage, and optimal and/or minimal execution. Olsen, a simple reporter, builds on Sadie to form a framework for reporting and analysis. It currently uses the TeX typesetting system to produce pdfs, but it is completely pluggable and can be easily extended to produce a number of different outputs.

Gon gem version 3.0.0 is out

I just finished refactoring and updating of my gon gem and now it can rock from any part of your application with Gon.global feature.

Is this a good idea? I am afraid it defeats the purpose of MVC.
Hello, thanks for commenting. If you meant gon.global - I think it’s fine for c…

Redis Failover for Ruby based on ZooKeeper

I just launched redis_failover for Ruby. It’s a full redis failover solution based on ZooKeeper that consists of a Node Manager and a failover client. A redis failover Node Manager daemon runs as a background process and monitors all of your configured master/slave nodes. The client also acts as a load balancer in that it will automatically dispatch Redis read operations to one of N slaves, and Redis write operations to the master. If it fails to communicate with any node, it will go back and fetch the current list of available servers, and then optionally retry the operation.

RConfig 0.4.0 Released

I just released RConfig 0.4.0. It’s been updated to support Rails 3.x, as well as Ruby 1.9+. It also has new features like reference support for xml and properties files, as well as a ton of bug fixes! I welcome any and all feedback and suggestions. Please report any bugs as well.

Introducing Rails One Click for Mac os X (I need your help!)

Rails One Click is a/will be a simple installer for Ruby and Rails. It is targeted at beginners who have little/no programming experience and want to try Rails. Rails one Click installs Ruby 1.9.3 with yaml support, and the latest version of Rails. Rails One Click on Github.

Rails one Click is not ready yet, but you can already start contributing! He…
(was a bit long for front page)
How about some Windows love?
There already is something for Windows! :) RailsInstaller and RubyInstaller: …

DaVinci Coders Open House 4/21

DaVinci Coders is hosting an open house on 4/21 in Louisville, CO for anyone interested in their programming course. DaVinci Coders is an 11-week course for people with little to no programming experience who want to fully immerse themselves in a software development environment and emerge with the experience necessary to work as a programmer. It’s a serious commitment with serious results. The course teaches Ruby, Ruby on Rails, HTML5, CSS, JavaScript, Git, and PostgreSQL, just to name a few.

The open house is on 4/21 and the course starts 6/4. A lot more information ca…
(was a bit long for front page)

Gemsets Made Easy

I wrote an article about gemsets but without using any ruby version manager. [more inside]

What advantage does this have over a local bundle? bundle install –path vendor…
The problem is that bundler doesn’t provide that feature standalone: You need t…
Loading older posts