Tutorials




Exceptions: Not So Exceptional - Sweta Sanghavi - YouTube
Talk given by Sweta Sanghavi at the online WNB.rb Meetup on June 29th, 2021.https://www.eventbrite.com/o/wnbrb-32...This talk covers a few tips on how to make managing exceptions in your app less dreaded and more effective by sharing some strategi...

Seeding Data In Ruby On Rails - Mike Rogers - YouTube
Talk given by Mike Rogers at the online RUG::B Meetup on July 1st, 2021.https://www.rug-b.de/events/ruby-user...Full Stack Web Developer / Ruby on Railshttps://twitter.com/MikeRogers0Seeding can make a developers experience exponentially better, h...

Understanding Factory Bot syntax by coding your own Factory Bot - Code with Jason
When you look at a Factory Bot factory definition, the syntax might look somewhat mysterious. Here’s an example of such a factory.FactoryBot.define do factory :user do first_name { "John" } last_name { "Smith" } endendThe goal of this tuto...


Using Redis Hashes for Caching in Ruby on Rails | Mrsool
Note: We created a Ruby gem to easily share the lessons we’ve learned in this article.We’ve been using Redis with Ruby on Rails’s caching methods for a couple of years at Mrsool and it’s been a great experience. We have particularly been using a f...

Rails 7 adds AudioAnalyzer to ActiveStorage | Saeloun Blog
In our Rails application, we come across a lot of cases where we need to deal with images, videos, and audio. With the support of ActiveStorage which was released in Rails 5.2 it became easy for developers to upload media to Rails application.But ...

Semantic Logger for Ruby or Rails. Supports Graylog, Bugsnag, MongoDB, Splunk, Syslog, NewRelic.
Semantic Logger is a comprehensive logging interface that enables human and machine readable logging outputs.Colorful text log files for humans to read.JSON log files containing all Semantic information that machines can easily comsume.Write to mu...