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.

Ruby idioms

I just wrote a post on idiomatic ruby,for any one wishing to understand them, so they can easily read other people’s code.

@Anonymous Coward No, the ruby idiom is to write constants in CamelCase. Or do …
I would say it is idiomatic to write (constants representing) classes and modul…
Here’s a favorite of mine: a = “hello” [*a].each {|w| puts w } a = [“hell…
hey, the link’s down…pls

Refinements in Ruby

Ruby 1.9 will soon get a better way to monkey patch classes. Read all about them in Refinements in Ruby!

This is exciting stuff. Finally! This is very similar to the namespace approach…
I like it!
This is VERY promising

Use memoization

This is my new post Use memoization to speed up function calls, and in the comments, I also give a short description about the memoize internal implementation in rails.

Great,awesome work.

Blogcast Launched

Tian Valdemar Davis just launched Blogcast. Blogcast is a minimal blogging app written in Rails3 and was “built on six principles: [more inside]

Damn it… Had a broken link in there – fixed now.
did you not read the instructions?
http://www.fitflops.in.net http://www.mlbjerseyscom.us.com http://www.coachoutl…

Pragmatic Rails: Write RIAs, not websites!

Anybody so far wrote about developing rich desktop-like Rails applications so I posted this comprehensive guide about Rails and web components.

Hey sorry, but this is really too much. Stop calling me homophobic! This is rid…
@nick about the blogging style: When one wants to get into a new adventure, …
People from phoenix are phoenecians.
@second-to-last Anonymous: Wow, thanks, I didn’t expect that level of “quality …

Andy Hunt Interview

I interviewed Andy Hunt about becoming Agile and moving along the continuum from Novice to Expert. It was a terrific interview and he gives great points on both (including things you can do to become more agile.)

Use Ruby as your shell

with fresh, the Fresh Ruby Enhanced Shell. Using a regex, it determines, whether you want to evaluate Ruby or call a system command. Example session.

Thanks for the idea. I think, I’ll do it that way.
There was also rush which I believe is was more comprehensive than this.
rush feels different. It’s a cool project, but it goes another way. In fresh, n…
I’ve also been working on a Unix shell in Ruby - Urchin. …
Loading older posts