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.

Try macrubyc

The newly released MacRuby 0.5’s compiler requires llc to be installed. In this post I explain how to install it.

how about instructions for how to compile it on Linux? :)
That would be forthcoming unannounced NixRuby ;)

Ruby and Rails Screencasts on Demand at TeachMeToCode.com

Recently, TeachMeToCode.com was launched and is already filling up with excellent screencasts covering numerous Ruby and Rails topics. The screencasts are provided by members of the Ruby community who like helping other people learn. Come visit, watch and learn. Also, if you are interested in being a contributor, please click the link ‘How to Contribute’ on the site.

MacRuby 0.5b1 released

The MacRuby team just released MacRuby 0.5 beta 1 with a lot of improvement and features. After downloading the beta, go play with one of the first MacRuby specific gems and imagine what kind of new projects you will soon be able tow ork on.

The main reason I own a Macbook Pro is because Ruby sucks on Windows. I hope Ap…
They’re planning on AOT (compiled ruby) for releasing to the iPhone, but I beli…

RuHL - Ruby Hypertext Language

Created to be designer friendly and keep code out of views, RuHL is an HTML parser (using Nokogiri) that utilizes a data-ruhl attribute to make the content dynamic. Has support for Rails and Sinatra.

Yeah, I think this is a neat idea as well - I like the fact that the template f…
Oh, hey, you reinvented Lilu. I hated it :) …And still do :P (not bashing…
At first glance it would appear that I reinvented Lilu, but if you start to dig…
From what I see, RuHL is quite different than Lilu. Lilu reminds me of using jQ…

Cancer, a Nokogiri based XMPP library

I’ve just made my Nokogiri based XMPP library, called Cancer (as in the sign, not the decease), public on github. It’s not yet ready for production use but it’s definitely ‘ready’ for some experimentation so have a look if you’re interested.

Install any HTML theme/template into your Rails app

Have you ever even bothered to Google for “rails html template”? There are millions of “Wordpress themes” you can download for free or less than $100, a thousand times more static HTML templates, but never any category of template called “Ruby on Rails theme”. So here is an attempt to try and make any “HTML Template” into a “Ruby on Rails Template” with the helper app install_theme.

Logic free views

Mustache is a template system which lets you write logic free views using a simple syntax and plain jane Ruby. Check out the README on GitHub and try it out!

Well, Mustache (a real good name by the way) is a really good idea. Too bad it …
Cool, but the definition of “logic” is a bit tuned. Those directives in the tem…
peterc: The logic lives in your Ruby code - you can’t tell just by looking at t…
It’s all about the Ruby :) I smell a song!
Loading older posts