Francisco R. Santos

Results 6 issues of Francisco R. Santos

When the Rails host is not the same as the developer host, there is no way to open the editor by clicking on a template. Cases when this happen are,...

you can help!

Hi, I'm trying to get the master categories with the gem, but either I get nothing or an exception is raised. If I try to get the categories using the...

When passed a range of dates, it fails when doing operations: ```ruby p1 = Date.new(2023, 10, 1)..Date.new(2023, 12, 1) p2 = Date.new(2023, 1, 1)..Date.new(2023, 1, 31) MultiRange.new([p1]) & p2 NoMethodError:...

Hello, We are using this gem to generate the cobertura report from simplecov to display on Jenkins. However, Jenkins is complaining that it has duplicated classes when processing it. Every...

Hi!, thank you for the gem. We are currently evaluating it, but it fails with the following case: we had a relation defined with a wrong `class_name`, as the model...

crash

**Is your feature request related to a problem? Please describe.** A typical request when debugging an issue is to add the logs to the github issue. However, the serial number...

wontfix