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.

rails_best_practices 1.11.0 released

I just released rails_best_practices 1.11.0, it’s a big improvement, including code analyzer module extraction and disabling some checkers by default, check out details here.

So my suggestion to all of those who’re taking into consideration imitation rol…

Passenger vs. Unicorn

TL;DR - Use Unicorn unless you need to run multiple applications on the same host, such as testing environments or shared CMS instances. Unicorn and Passenger fundamentally differ in how they operate. There are a few similarities, however. Both have a master process that can spawn workers; both fork off workers from the master process; and both run Rack-based applications in addition to supporting older rails versions. What follows is a summary of the way the two application servers work, their benefits and problems. Read the whole article here.

Loading older posts