Mateo
Mateo
### Steps to reproduce Prerequisites - [stateful_enum](https://github.com/amatsuda/stateful_enum) - rspec ```ruby ORDER_MAX_ITEMS = 100 # == Schema Information # # Table name: orders # # id :integer not null, primary key...
I've wrote this custom predicate ```ruby Ransack.configure do |config| config.add_predicate "end_of_day_lteq", arel_predicate: "lteq", formatter: proc { |v| v.end_of_day } end ``` But for some reason _v_ , that represent the...
## Describe the bug RubyMine IDE doesn't show code completion helpers for Rswag methods. ## Steps to Test or Reproduce Just install the rspec and rswag gems and try to...
 I think it's rate limit. I'm trying to copy the current cc into csv
Ruby: 3.1.3 Rails: 7.0.4 Ransack: 3.2.1 Basic Setup ```ruby # -- Intervention Model -- class Intervention < ApplicationRecord belongs_to :father, class_name: "Intervention", foreign_key: "intervention_id", optional: true has_one :child, class_name: "Intervention",...
[troubleshooting section]: https://vite-ruby.netlify.app/guide/troubleshooting.html - [X] I have tried upgrading by running `bundle update vite_ruby`. - [X] I have read the __[troubleshooting section]__ before opening an issue. ### Description 📖 I...
This PR simply fixes `sidekiq_config` param YARD Documentation in middlewares, since it was using `Sidekiq` class and not `Sidekiq::Config` as expected, leading to an IDE warning.
The schema cannot be imported, it leads to a not found err ``` { "$schema": "https://updater.mod.land/schema.json" } ```
### Provide environment information ```bash OS: Darwin Mateos-MacBook-Pro.local 23.1.0 Darwin Kernel Version 23.1.0: Mon Oct 9 21:32:52 PDT 2023; root:xnu-10002.41.9~7/RELEASE_ARM64_T8122 arm64 SHELL: zsh 5.9 (x86_64-apple-darwin23.0) BASH VERSION: 3.2.57(1)-release ASDF VERSION:...