Ruby on Rails

Post image for Nginx “X-Accel-Redirect” Setup in Rails 3

I was just setting up a new web app on our staging server and came across something I haven’t run into before…figured I’d post it here in case someone else finds it useful.  If you’re having trouble with static files not showing up and you’re running Nginx and Rails 3, read on for all the [...]

Read More
Post image for Setting Up User Subdomains in Rails 3

One of the most common patterns in Rails apps is having a feature that allows your users to have their own subdomain.  We were recently working on a Rails 3 application that includes this type of functionality and figured we’d post a few of our tips for making this type of setup work.

Read More