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.

Command Line Reporter 3.1 Released

The latest version of Command Line Reporter now allows you to capture output as a single string. The gem is available on rubygems.org with source on github. For those not familiar with Command Line Reporter, the gem provides a ruby DSL for writing ascii reports with built in features like progress reporting and table formatting. It is very handy for system level and data reporting scripts.

jquery-ui-rails released

Have you ever headed to the jQuery UI download page, selected which jQuery UI components to include in your custom build, and dumped a bunch of .js, .css, and .png files in your app? That shouldn’t be necessary – Rails has an asset pipeline! Hence, jquery-ui-rails, released today.

JSLint-V8 1.1 released

JSLint-V8 is a gem that makes it easy to set up and run JSHint against a large set of JavaScript files using either an executable ruby script or a configurable Rake task - making it ideal for use in CI environments. It runs on TheRubyRacer (V8 Interpreter) so it runs very very fast. [more inside]

Surus - PostgreSQL Acceleration for ActiveRecord

Surus accelerates ActiveRecord with PostgreSQL specific types and functionality. It enables indexed searching of serialized arrays and hashes. It also can control PostgreSQL synchronous commit behavior. By relaxing PostgreSQL’s durability guarantee, transaction commit rate can be increased by 50% or more. Check it out at Github.

Loading older posts