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.

Rice - Easily wrap extensions in C++

If you are writing binding C++ libraries to Ruby - check out Rice. It makes accessing C++ libraries from Ruby dead simple through clever use of C++ templating. It is similar to Boost.Python and provides an object-oriented interface to most of the Ruby C API.

This is great, I’m finding out about things I haven’t heard of before. Keep up …

Rapid RoR Server Deployment

Check out the Elastic Server On-Demand. It builds Elastic Servers(tm) which are are application stacks which can be dynamically constructed from component libraries and delivered in many virtualization-ready formats (VMware, Xen, Parallels, EC2 AMI). [more inside]

Wow, can’t believe I haven’t seen this before. Interesting!
Nice to see that there are companies devoting expertise on easily managed Rails…
Just wanted to add that not only does Elastic Server let you build rails stacks…
Got my first Rails app up and running today on it, with a few hiccups, it ended…

Google App Engine support for Ruby

Vote for Google App Engine to support Ruby! Go and give a star to “Please add Ruby support!” Note that it is the number of stars that determines the items position in the list. Do NOT add “+1” comments (it will send an email to everyone!)

I added my vote, too. I hope more people vote for Ruby.
On the site it says - xyz people starred this issue and may be notified of chan…
Ruby’s votes seem to have gone through the roof in the last 24 hours. Nice! Rub…
added my vote too :)

Rails or Merb?

Matt Aimonetti compares Rails to Merb on the Rails on the Run blog. Turns out Merb’s 69% faster!

I’m a bit of a noob when it comes to merb (well, really, I’m just a ruby noob i…
I’m playing with Mack at the moment which is quite nice too (though nowhere nea…
@PeterCooper - no worries, I hadn’t had my coffee yet and was exicited to try i…
I do want to play with Merb properly though, but have been kinda waiting for th…

Yet another look at Ruby symbols

Here is a detailed look at the mysterious Ruby Symbols.

Hah, Symbol.to_sym. At first I thought that was just an inherited method, but S…
Side note to Peter C.: the code block does not appear to be working.
duwanis: I would guess that it is so that you can call to_sym on a Symbol witho…
I think it’s because of the CSS reset I’m using. I’ll need to redefine what COD…

Parallel Each with Peach

Peach is a cute Ruby library that provides threaded parallel versions of the “each”, “map”, and “delete_if” iterators (as peach, pmap and pdelete_if respectively.) It’s like a lighter, green threaded attempt at a MapReduce for Ruby.

Testing how posting code works out.. require 'peach' [1,2,3,4].peach{|x| f(…
Needs some work, but we’ll get there..
Yes, but because Thread creation is more expensive than method dispatch, it doe…
Author here. On MRI Peach does add overhead to the methods and certainly offer…

RubyForge Goes Git

Dr. Nic announces that RubyForge now supports Git as an SCM in addition to CVS and SVN.

Ooh, thanks for testing blockquotes. I didn’t bother seeing how they came out(!…
Yeah, I’ve noticed that the natural line breaks don’t work. if this is on two …
hah! That comment is made of fail.
Okay, allowed natural line breaks to spawn BR tags. That’s all I’m doing for to…
Loading older posts