#ruby
Read more stories on Hashnode
Articles with this tag
No need to re-write the wheel, let me redirect to this great article from Lily Reile. Obviously still up-to-date and really useful as the official...
I came around to update Appsignal gem to the new major version of Appsignal released at the end of August 2024:...
While reading the official documentation, I did not understand some parts of the set up. Let's me explain here. My setup: 1 main database 1...
On 2024-04-30, I released the Ruby 3.3.1 (from 3.2.3) with success. It been 10 days since, no problem in production or local environments. The main...
With Rails 7.1, you can list unused routes with: ./bin/rails routes --unused For Rails 6.0, 6.1 and 7.0, below is a script I used in my project to...
Are you good at regexp? I'm not and I found an extremely easy way to update a regexp to split a string in Ruby. Input abc,abc abc abc abc I just want...