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.

toto - tiny, powerful, heroku & git based blog-engine for hackers

My goal was to create something really small (~300sloc), right on top of Rack, and make use of git & heroku whenever I could, foregoing the need for any kind of database. Comments are handled by disqus, and we got markdown, atom and templating support. Go check out http://cloudhead.io/toto for more info. The repo’s at http://github.com/cloudhead/toto - enjoy!

Just an idea. If you want to use git whenever you can the title (commit message…
very good idea, shanna! I’m gonna look into this.
I’m using it right now, and it’s beautiful. How do you post links/images in th…
Fujiin: might that be more a question about Markdown than about Toto?

How & why Matt Aimonetti joined the "suit people"

Matt just announced he’s giving up his life as a free agent to join Sony PlayStation. Is he going to wear a tie, code in Java, spend hours in meetings? Does this mean that Ruby is now mainstream? Read more to find the answers to these existential questions and hear about the reasons behind his decision.

I love how Aimonetti is writing about himself in third person. Attention whore,…
He made a miscalculation, sure, but my Lord you political correctness people lo…
this ^
OMG rubyflow is the new reddit, look at these comments.

Feedback Request for RConfig Gem

The RConfig gem is a ruby configuration management library. It was featured on RubyInside a while back. For anyone who’s downloaded the rconfig gem from gemcutter, or watching is it on github, or anyone who finds it useful on interesting, I’m looking for feedback, as well as bug and feature requests from anyone who’s used it. I’m planning a new release soon, and I wanted to make sure it’s packed with improvements!

gem install cirtuit_b

Classic Circuit Breaker implementing a well-known stability pattern to wrap your code that can potentially fail or get stuck, and start failing-fast after the given number of failures. Used to protect the resources and increase the response time (as opposed to retrying and waiting infinitely).

Just noticed that gem line should read: gem install circuit_b …
Loading older posts