JJB Blog

Posts Tagged ‘ruby’

Radiant podcast interview

At my day job, Digital Pulp, we’ve been working with the Rails CMS framework Radiant. My colleague Josh French and I were recently interviewed by core Radiant developer Sean Cribbs for the first Radiant podcast. We talk about why and how we use Radiant, and how it compares to other CMS platforms. You can listen [...]

No.

Building Ruby with OpenSSL on Debian

If you are building Ruby by hand on Debian and you need OpenSSL support, make sure to install the libssl-dev package (sudo aptitude install libssl-dev). The tricky part is that even if you don’t install it, configuring the Ruby build with OpenSSL (./configure –with-openssl …) will not complain that the necessary libraries are missing. Why? [...]

← Before