rails Setting up Rails + webpacker on Docker Compose In this, hopefully short post, I want to detail how I'm using docker-compose to run webpacker in a Rails 5.1+ environment. You'll need to run through the docker-compose installation procedures yourself. Docker
rails Apartment gem, tenant databases and MySQL Oh, the fun it is. I'm working on an application that will use the apartment gem and I've been needing to drop and recreate the database. I still prefer to work with MySQL
business Building Aloha Lawns The concept of building a multi-faceted marketplace isn't new. However, I'd like chronicle my journey from building this from absolutely nothing. Yep, I just recently ran rails new alohalawns. The idea is simple,
json Simple Rails 4 API with jbuilder I'm working on a web application that requires a few API endpoints for AJAX calls. I've recently discovered the jbuilder gem that is included when creating a Rails application (I had no clue