Nginx and passenger install in production environment

So we’ve installed ruby as described in my previous post. But we are nothing with only a ruby installation. To serve our ruby / rails apps, we’ll need a webserver. Until last year, I always used Apache to do the heavy lifting. But after some research, I decided to make the switch to Nginx. Either … Continue reading Nginx and passenger install in production environment

Create sub folders in your Rails application

I got some nice emails concerning my restful search and the Object-oriented approach to ActiveRecord posts. But a few of those mails had another thing in common. Some users find all the finder classes in the helper folder overwhelming, and they don’t like having them in the same folder as their view helpers. Well, the … Continue reading Create sub folders in your Rails application