Torsten Bühl
Software Engineer & Founder

Hi, I'm Torsten. I am the founder of Foodlane, Company Signal, and Exceptiontrap (acquired by Scout APM). I strive to build simple and beautiful software products that people love to use. Learn more about them here

Nuts & Bolts Ruby Series


Run a remote Rails production console with Capistrano

01 May 2014

We all love to enter the Rails console to try out some stuff. It’s just a rails c away in development. But what if you want to view or fetch some specific data on your remote production server (and you’re not on Heroku)? If you already deploy your app with Capistrano, why not use it for this task?

Continue reading →

Create a simple Jekyll-like blog in your Rails 4+ app

07 Apr 2014

As I wrote in my first blog post, I had a hard time deciding how to add a blog to my app. Should I use Jekyll, another Rails blog engine, or just build a simple blog functionality myself? I already use Jekyll for my private developer blog, and I like it. But in this case I decided to write my own – and I’ll show you why and how.

Continue reading →