Daniel Naves de Carvalho
Daniel Naves de Carvalho
I am trying to use both fragment caching + action policy and due to lack of documentation I am unable to make it work if I have a `authorized_scope: true`...
Hi, I am wondering if there is a way to disable RSpec::Sidekiq::NullStatus for Sidekiq::Batch for a specific test. I want to test a real scenario of the sidekiq::batch object(`Sidekiq::Batch::Status.new(params[:batch_id])` to...
#### Issue Is it possible to use baby_squeel to create subqueries similar to the ones we have on Squeel? I cannot find any documentation on this and we are trying...
Hi We are moving from puma to iodine because of performance and proper websocket creation with anycable/action_cable I am wondering what would be the proper way to setup rails +...
I am not 100% sure how to properly fix this test, but I opened this PR to start the discussion, happy to work on it with some guidance
I have a AR model that has a db column called state, and I want to transform it before serializing the data. That method that transforms data lives on the...
Is there a way to show polaris component previews side-by-side with my own components using lookbook? I want to use that as the source of truth to document all components...
Support /database_validations: [toptal/database_validations](https://github.com/toptal/database_validations) This is an important gem for rails developers since it solves issues with validating data and improving database speed/consistency https://github.com/toptal/database_validations#using-with-rubocop Let me know if a PR will...
I am trying to create a link to destroy a user session, but the component doesn't seem to accept the `method: :delete` attribute similar to link_to rails does Is this...
Is there a way to aggregate all slow profile examples at the end, or even get the real top 10 slowest examples when using turbo_tests? When we have that enabled,...