Pedro Fernandes Steimbruch
Pedro Fernandes Steimbruch
What do you think about having such feature? It might be good for decoupling. Cheers, Pedro.
In the project I'm working on, we need to have a greater conversion impact on the final score. ElasticSearch offers native support for the field's factor. See [here](https://www.elastic.co/guide/en/elasticsearch/reference/current/query-dsl-function-score-query.html#function-field-value-factor). I added...
**Is your feature request related to a problem? Please describe.** I want to have `ActiveRecord` as a tool. Imagine I have a `Workflow` with a sequence of `Action`. Workflows have...
## Summary This PR adds comprehensive Minitest testing support alongside the existing RSpec matchers, providing the same testing capabilities for Minitest users who prefer classic assertion-style testing. ## Motivation Currently,...
I'm doing `prop_transformer` to maintain naming conventions between React and Rails: ```ruby inertia_config prop_transformer: ->(props:) do # We need to parse to JSON and parse back to force ActiveRecord::Base instances...
I'm using the `prop_transformer` to maintain a clear naming convention between React and Rails: React is camelCase and Rails is snake_case. Unfortunately, I faced an inconsistency when trying to work...