"Hello World" with Sinatra and Puma using MRI and Jruby
Hello internet,
A long time ago, I wrote about installing Jruby 1.7.3 on FreeBSD 9.1. Recently I was looking to build a small Sinatra application on CentOS 6.x.
Here's my notes on how I got it done.
MRI Ruby first:
1. Install MRI Ruby:
I used …