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.

Assertive Expressive 1.7.0: Better Integration API

Just released a new version of AE, aka Assertive Expressive, a modern assertions system that can be used with any test framework. This release improves the API by moving AE’s Assertion and Assertor classes into the AE namespace where they belong. It also improves how test frameworks tie into AE, doing away with the use of Kernel extensions for the purpose, and utilizing a toplevel constant (Assertion) to dynamically reference the exception class used by a test framework to raise assertion errors.

Padrino 0.9.25 Released: Slim and Erubis, Caching, and Fixes

Padrino is a framework of helpers for building powerful webapps upon the Sinatra webapp library. And now, the Padrino team has just announced Padrino 0.9.25 which, it seems, is a more significant release than the point update implies. Updates and improvements include the all-new “Padrino Cache”, full support for Erubis and Slim rendering, support for unobtrusive JavaScript handlers, and a revamped routing implementation.

Ruby HTTP client performance shoot out

I have compared the performance of all major ruby http libs here. I also added tests with apache bench, httperf and java.

Great writeup, thanks! Note - mixed up links in “For me CURB and PATRON are the…
Thanks for sharing the result and test code! Here’s my feature side summary of …

locale_data, translations for country and language names in .yml files

I just released locale_data, a library of .yml files containing translations of all country and language names in over 100 languages that you can use to localize your apps. Read more about it on this blog post.

cue protests from the chinese government for including Taiwan in the country li…
Karel Minarik’s localized_country_select plugin (https://github.com/karmi/local…

easy edge rails

A slightly different approach at installing edge rails, because some people at RI were having problems. This should be an easy one-shot way to get a new RVM sandboxed edge app

Thanks, this worked great for me…the only thing I had to change were the git://…
Loading older posts