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.

How Do I Know Whether My Rails App Is Thread-safe or Not?

Heroku now recommends using Puma as the app server for your Rails apps. It will help you get more juice out of a dyno, but comes with a caveat: your app needs to be thread-safe. But how can you make sure if that’s the case with your app? Let’s find out.

Here’s the recap of the article: To make a Rails app thread-safe, you have t…

Business Process - Straightforward Service Object

There are many implementations of the service object pattern out there. We have sat down, rethought it, and came up with the Business Process gem. Easy to plug in into the rails app, in order to encapsulate logic from your controllers. Just name the service by name of the process you want to have, and execute it… as simple as that!

I can’t decipher how this works and when I’d use this gem from reading the READ…
Hi Raymond! Thanks for checking it out, could give me more information or, if p…

Vim Config for Rails Ninjas

In this post I’m going through my vim config trying to explain as much as I can all the config options that I use. My work is 99% Ruby on Rails and I use vim to do it so expect my config to have a focus on Ruby. Check out my Vim Config for Rails Ninjas

thanks for sharing Cezar ! :)
you can notice that I use rubyrails.ninja too ;) …
Loading older posts