Administrate Materialize Theme Posted on September 1, 2020 A Material theme for Administrate based on Materialize framework [Read More] Tags: project ruby admin
A Telegram bot server in Ruby Posted on May 2, 2020 A Telegram Bot server in Ruby on Heroku using webhooks [Read More] Tags: project ruby
Reverse Coverage: Find which tests execute which lines of code Posted on February 21, 2020 Reverse Coverage allows you to find out which tests execute which lines of code [Read More] Tags: project rspec ruby testing
First steps with Opal 1.0 Posted on November 10, 2019 Recently I have spent some time doing experiments with Opal rb 1.0, to use Ruby in place of Javascript. Here are some tests that could be useful. [Read More] Tags: project ruby
Rails testing tips for newcomers Posted on August 2, 2019 Writing effective tests is tricky. A good book that can be helpful is Testing Rails by Thoughtbot [Read More] Tags: ruby rails testing