Ricardo Trindade

Results 8 issues of Ricardo Trindade

Getting the following error when running tests using rspec and rails 5.1. It is only happening in the test environment, the same code executed on a console works fine. ```...

user feedback required

## Description of the change From v3 onwards Rollbar only works with Ruby 2.0 onwards. - `Gem::GemPathSearcher` no longer exists in early version of RubyGems so it's no longer needed...

the new version of the interactor gem fixes an issue with ruby 2.7 and context.fail! Let me know if the changelog needs to be updated with this change

Due to the changes in keyword arguments for Ruby 3.0 I believe the bootsnap integration stopped working. This PR updates the `Bootsnap.setup` method call to use `**` operator and get...

Gem already requires Ruby 2.7+ so there's no need to check the current running version on callable.rb

### Subject of the issue Was writing some tests in my project, was using match_array to make some expectations and noticed that it causing some tests to never finish. ###...

Tiny change to `props` method that hopefully speeds it up. This pull introduces/changes: * Speeds up ActiveGraph::Shared::Persistence#props method by calling `compact` instead of looping through values with `reject` ``` require...

Tiny optimisation on build_raw_payload. detect is preferred over select.first https://github.com/fastruby/fast-ruby/blob/main/code/enumerable/select-first-vs-detect.rb