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.

mod_rails is released

Phusion Passenger (aka. mod_rails) is released after extensive beta testing this weekend. Targeting ease of deployment with apache, but even performance is on par with Mongrel.

Doh, links! Blog post announcing release mod_rails website …
I believe this is a dup on RubyFlow. …

An Overview of Rails 2.1 Time Zone Support

A review of the new time zone support in Rails 2.1 over at the mad.ly blog. (Via the Riding Rails blog.)

Peter: FF 2.0.0.13 on OS X 10.5.2. But it was my bashing away at the kb not RF …
Adding the ability to edit posts for, say, an hour or so after posting is proba…
You’re welcome but you really deserve the thanks for giving us RubyFlow. What a…
If I do a little clean up, I might put the code up on Github, then people can h…

Phusion Passenger (mod_rails) Now Available

Phusion Passenger, a.k.a. mod_rails, beta now available for download. Quote: “… makes deployment of applications built on the revolutionary Ruby on Rails web framework a breeze.”

That said, even though it’s bare bones, attr_accessible is used all over the pl…
I like the idea of Passenger and I think it will be a great boon to Rails adopt…
Peter, I remember someone said, why Ruby/rails wouldn’t go mainstream compared …
Rails, not Ruby and Rails. Passenger only supports Rails. And I’d say it’s bein…

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…

Sharpen up your Ruby knowledge

Some nice little Rubyisms to remember.

Heh, that return in lambda vs proc thing is a real nasty one :)
Rick DeNatale had a good response to this post, detailing how Ruby actually fin…
Loading older posts