Blog

by Lugo Labs

Search our blog

Using Webpacker in Ruby on Rails applications

Using ES6 in Ruby on Rails applications with Webpacker: with Bootstrap, Turbolinks, fonts, and other...

24 March 2018 JavaScript Ruby on Rails HTML


How we generate web fonts used in Lugo Labs

Use use Iconly-generated web fonts to display icons on the Lugo Labs website. With a...

28 February 2018 Ruby on Rails UX CSS


Let's Encrypt Ruby on Rails and Nginx

Install Let's Encrypt certificate on a Ruby on Rails application running on Linux and Nginx....

23 February 2018 Processes Ruby on Rails


Monitoring Ruby on Rails applications with Monit

At Lugo Labs we use Monit to monitor all our Ruby on Rails application related...

13 February 2018 Processes


Improved no results messages

Many times in index pages we need to show a message that there are no...

2 March 2017 UX CSS HTML


Using Bootstrap 4 with Ruby On Rails

A quick walkthrough on how to add Bootstrap 4 to an existing Ruby on Rails...

15 February 2017 Ruby on Rails JavaScript CSS


Distinct Active Records in has_many through associations

Learn how to load only distinct collections into Ruby on Rails models with has_many through...

7 February 2017 Ruby on Rails


Pretty URLs in Ruby on Rails with FriendlyId

Our task today is to add unique slugs to our Company model on our Ruby...

25 January 2017 Ruby on Rails


Custom Tabular plugins

Tabular is a small JavaScript library that builds tables using data fetched from the server....

8 January 2017 JavaScript


Creating data backed tables with Tabular and Ruby on Rails

We have been building data tables for ages, and much of the elements are the...

7 January 2017 Ruby on Rails JavaScript