Ruby Yagi 🐐
Ruby, Rails, Web dev articles
Articles
About
Newsletter
Project
All Articles
23 September 2021
Simplify loop using any?, all? and none?
26 August 2021
How to truncate long text and show read more / less button
21 August 2021
Rails tip: use #presence to get params value, or default to a preset value
24 June 2021
How to get started with TailwindCSS
15 June 2021
Getting started with automated testing workflow and CI on Ruby
15 February 2021
How to call methods dynamically using string of method name
25 January 2021
How to run tests in parallel in Github Actions
16 January 2021
Devise only allow one session per user at the same time
10 December 2020
How to install TailwindCSS 2 on Rails 6
6 December 2020
How to implement Rails API authentication with Devise and Doorkeeper
29 November 2020
Automatically migrate database when pushing to Heroku
23 November 2020
Introduction to API testing using RSpec Request Spec
16 November 2020
Insert page specific CSS or JS using content_for
9 November 2020
Introduction to Rails testing with RSpec and Capybara
27 October 2020
How to merge SimpleCov coverage result on CircleCI 2.0 for parallel test
23 October 2020
Check where a method is defined in Ruby
18 October 2020
How to integrate HTML / Bootstrap template into Rails 6
13 October 2020
Solve slow webpack compilation when using Tailwind @apply
10 October 2020
How to access host database from a docker container (Ubuntu)
8 October 2020
Getting started with Tailwind CSS on Rails 6
28 September 2020
Solve race condition using database trigger function
18 September 2020
Automate Rails server provisioning and deployment using Ansible and Capistrano
25 August 2020
How to use Bootstrap, jQuery and other libraries in Rails 6 with Webpacker
15 August 2020
Run specific tests on Rspec using tag
6 August 2020
3 possible reasons why your Rspec tests are flaky