I've previously posted a short guide on creating a Docker container to run a Rails application. This covered the basics of creating a Dockerfile and starting a container but to use Docker as part of your development environment you need to do a little...
Blog
Thoughts on web development, best practices, Ruby, Rails and web technologies
Articles tagged 'Development'
Using Docker and Fig for a Rails Development Environment
posted on
Upgrading Sunspot
from 2.0.0 to 2.1.x
posted on
I recently updated Sunspot from 2.0.0 to 2.1.1 on an old project and was hit by an unexpected connection error. Locally I was using the bundled Solr server and everything was fine, however in staging and production Solr is running on separate servers...