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.

textmagic gem

First release of textmagic gem for easy integration of SMS features into any Ruby application. Uses the TextMagic Bulk SMS gateway.

Cool, but very expensive to use. At it’s cheapest it’s 10 cents per text. You’d…

MacRuby, changing the Ruby ecosystem

In his latest blog post Matt Aimonetti explains why MacRuby is an important project for the Ruby community as a whole. He also explains few things about MacRuby (potential Linux version, iPhone compilation available with the next version, AOT compilation, performance boost etc..)

I want to be able to develop iphone apps with Rubyyyyy :’( !

Rails plugin for reporting

ActiveRecord Statistics is my first plugin and it allows to easily define and pull statistics for ActiveRecord models. This plugin was built with reporting in mind.

Not to be a debbie downer, but what is the difference between this and named_sc…
Good question. So in the README I go into detail about the benefits of using th…

Git Up! 10 Reasons to Upgrade Your Old Git Installation

Git has seen a huge influx of newcomers over the past year, especially in the Ruby community. Many folks installed Git as they read through their first tutorial, got it working, and are still using that same trusty installation today. But rest assured, Git has not been standing still. [more inside]

JsChat: Web-Friendly Real Time Chat

JsChat is a real time chat protocol based on JSON with a server written in Ruby. There’s a Sinatra-based web app that supports IE, and an Ncurses client which is similar to irssi.

teste
I just got a small woody in my pants!
me too, only bigger
Congrats on bravely sharing jschat with the world, Alex. :)

Mac-friendly Autotest

Autotest is great, but it’s filesystem polling tortures your CPU, HD and battery. But fear not, there’s a solution for those on Mac OS X 10.5: The autotest-mac gem features support for the FSEvent core service, Growl and some eye candy.

I actually missed this yesterday, listening to the fan going crazy. However, wh…
Forgot to mention that: It’s only tested on Ruby 1.8.7 because autotest on Ruby…

RubyTrends version 2.0!

RubyTrends has been revamped! New (less cluttered) look, new search functionality, new Products section and now you can follow rubytrends on twitter to get updates on the additions.

I also think that having no protection isn’t a good idea, there are always peop…
Thanks for Felipe and Soleone. I will definitely update the link style per your…
im not registering and i would love to vote. why not just limit on IP + user a…
I do like the fact that the 2 against registration commented anonymously. :) …

Ruby Currying

Currying is a concept in Functional Programming that’s enabled by Higher-order functions. It’s best described as: the ability to take a function that accepts n parameters and generate from it one of more functions with some parameter values already filled in. Ruby 1.9 comes with support for this concept, more here.

Loading older posts