7 articles by Oriol Collell

Shrine

Moving from Active Storage to Shrine

At MarsBased we love Ruby, and we love Rails. Ruby on Rails is one of the primary components we use to build web applications. However, this does not necessarily mean we love everything contained within Rails. We have a strong opinion on some of its components. One of that is Active Storage.

Read full article
Microchips

Iterating on pull requests - don't squash commits!

This is a small piece of advice for starting developers regarding pull requests on git.

Read full article
Lights

Speeding up views rendering in Rails 4

Here's some technical post for the Rails folks out there. If you're into performance optimisation, this is for you!

Read full article
S3 versioning and lifecycles

S3 versioning and lifecycles

As a development agency, we're no strangers to also building the technical architecture for our clients. That includes using Amazon's S3 service for storage, which we've used in many projects to make our clients' life easier.

Read full article
Optimising asset compilation during deployment

Optimising asset compilation during deployment

Although modern solutions like Docker provide most of the tools we need for the deployments of nowadays web applications, there's no one-size-fits-all solution to optimise asset compilation during deployment, especially for legacy projects.

Read full article
An alternative to Active Storage: Shrine

An alternative to Active Storage: Shrine

We are using Shrine as an alternative to Active Storage for our own product. Here's why.

Read full article
Vortex

Introduction to Kubernetes

We've recently gotten our hands on Kubernetes, and we've compiled a quick guide on how to get started.

Read full article