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.

Low hanging fruit for Ruby performance optimization in Rails

We’ve been looking into Ruby performance optimization after noticing our site response time increasing in New Relic. While there may be many causes for slow performance, looking into your garbage collection performance is an easy way to impact response time by > 20%. It also helps us identify actions that have especially expensive memory allocation.

I won’t post again on here for fear of being a bit too spammy but check out a p…

Sayonara Sony - why I left the "suit people"

In this blog post I explain why I left Sony PlayStation to join LivingSocial and I explain my own reflection on career choices, drive and passion.

We didn’t care when you joined the suits and don’t care now that you are leavin…
@AnonymousCritic fair enough, regarding posting about Ruby, you can read my pre…

XDG 2.1.1 - New API

New release XDG is out. The 2.x series has brand new API (and thus is not compatible with the previous versions). The new API is more intuitive in that it resembles access to the environment variables, e.g. ENV['XDG_CONFIG_HOME'] -> XDG['CONFIG_HOME']. Have a look at the QEDs.

Sweeter Rspec experience in MacVim

I just created SweetVimRspec a sweeter way to run Rspec specs in MacVim.You can launch a spec run with a key-chord and get formatted output in a Quickfix buffer.

Hey how come this didn’t get in the RSS feed?
It was posted by a non logged in account. Only posts from logged in accounts th…

Metior 0.1.2 released – A Ruby API for source code statistics

Metior is a source code history analyzer API that provides various statistics about a source code repository and its change over time. Currently, it provides access to Git repositories using either file system access or directly on GitHub using GitHub’s HTTP API. Take a look at the source code on GitHub. The first Metior gem has been released and can be installed using gem install metior .. This is a bugfix release and fixes two show-stopper bugs from the first release. Sorry for the inconvenience.

I’ve deleted the first post (slightly unfortunate since it probably has links p…

Kyatchi - Catch the Mail!

I just launched Kyatchi. It’s essentially a nodejs clone of Mailcatcher. I’ve wanted to build something like Mailcatcher so I built Kyatchi. I think Node is a perfect platform for it, however, it really made me realize how awesome the Mail gem in ruby is (especially after the Rails 3 rewrite). So some parsing and feature set is not quite there yet, but its a fun and clean project so far. Check it out and contribute back if you can.

Oh hey! This is basically what I wanted to turn MailCatcher into eventually, &l…
Awesome job on MailCatcher. By the way I totally stole your CSS :) . And MailCa…

TaskJuggler III starts beta test

After almost 5 years of development the rewrite of TaskJuggler in Ruby is heading for the first stable release. TaskJuggler is an advanced project planning and tracking application that goes far beyond the commonly known Gantt chart editors. It used to be a large C++ application that has been rewritten in pure Ruby. The TaskJuggler III code had become pretty stable, but the project is now looking for a broader user and developer base to iron out the project description syntax before it freezes for the first stable 3.0 release. For coders, the source code can be found on GitHub. For users, the manual can be found here and an example project can be found here.

RubyGems + Bundler Integration

I just released rubygems-bundler integration gem. No more calling bundler install --binstubs or bundler exec .... Install it by calling gem install rubygems-bundler and follow the on-screen instructions. Current version 0.1.5 allows recreating executables wrappers for all gems in GEM_PATH (include @global gemset for rvm). Note: This gem allows to use binaries in version specified by Gemfile ;)

I’m not sure I understand exactly what problem this solves. Is it just so you …
@dd anything that reduces this complexity is an extremely valuable effort. …

JillPaginate and Jaminari - Pagination from Ruby in JavaScript

I already posted about a JavaScript WillPaginate implementation but we had some technical trouble and reset the GitHub repository. I’ve now re-released the Fiji project which contains two well known pagination solutions implemented in Javascript using the jQuery UI framework, Jaminari and JillPaginate. I guess you know on which extensions these are based on ;-) (if not, see our README). [more inside]

Had to edit this somewhat. Was verrry wordy for the front page.
No prob … thanks Peter. By the way … I love the Ruby Show :-)
But another thing. Is there a way to break a post here up somehow (so that only…
Loading older posts