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 :’( !

Sketches

Introducing Sketches, a live-programming gem that can spawn editors, watch your edited files and reload them when they change. Sketches is easy to configure and fits right in your .irbrc file.

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…

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…

Writer Needed for Ruby Inside

Ruby Inside is looking for a writer (only one, alas) to contribute 12-20 posts per month. All the details within this RubyFlow post…

I need a solid blogger to post to Ruby Inside on a regular basis. Someone who t…

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.

Ruby and Functional Programming

Ruby is known to support the functional paradigm. This article is going to walk you through the Functional Programming page on WikiPedia, to revise the general concepts of functional programming and to explain how Ruby supports them. More here.

Loading older posts