Rails
-
Ruby
Deploying Your Docker Rails App
In a previous article by Marko Locher, we learned how to run a Rails development environment in Docker. Marko also…
Read More » -
Ruby
Your Preproduction Checklist for Your Rails App
Before we dive in to this extended preproduction checklist for a Rails app, you might ask, “Aren’t Brakeman and ongoing…
Read More » -
Ruby
Folding Postgres Window Functions into Rails
You’ve heard of window functions in PostgreSQL, but you aren’t quite sure what they are or how to use them.…
Read More » -
Ruby
Building a JSON API with Rails 5
Rails is great for making traditional server-rendered web applications. It has support for cookies, sessions, and other browser-specific functionality right…
Read More » -
Ruby
How to Write Smoke Tests for an Ember Rails Stack
The following story shows the importance of smoke tests when writing an app using the Ember+Rails stack. It covers the…
Read More » -
Ruby
How to use Rails Active Job
You’re always striving to give your users a better experience when they use your website or application. One of the…
Read More » -
Web Dev
Testing your Rails application with Docker
In my last article, I showed you how to move a Rails development environment to Docker (and Docker Compose). This…
Read More » -
Web Dev
Build a Minimal Docker Container for Ruby Apps
As a Ruby and Rails developer, I’ve always wanted to have a working and isolated environment for my projects, regardless…
Read More » -
Web Dev
Running a Rails Development Environment in Docker
As we prepare our new Docker-based infrastructure for running your tests, we’d like to show you how you can use…
Read More »