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

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 …

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. …

Steak 1.0.0 released!

The first stable version of Steak is out. You can check out the details in the official announcement but don’t expect a long list of features, Steak claims to be a minimal Acceptance BDD solution, so instead you’ll find a summary about why you should consider Steak as an alternative to Cucumber. Cheers!

I still do not understand why there are so many testing frameworks. Cucumber tr…
Loading older posts