Rodrigo Walter Ehresmann
Rodrigo Walter Ehresmann
I'm trying to customize some things but couldn't use the generators. I'm using rails 6, and just installed the gem v0.8.0.0 and added `config.exception_handler = { dev: true }` in...
## ❓Question I'm migrating my SPA to razzle, and some changes were needed to make it work with SSR. I was saving the JWT for authentication in the localStorage, this's...
Is there a working example of razzle with PWA? I know there is a [plugin](https://github.com/rhodee/razzle-plugin-pwa) made with this intention, but I just cannot make it work, not sure if there...
Audit when update and destroy actions are performed, and only audit if a given condition is satisfied when a create action is performed. Is there any way to accomplish the...
Este pull-request contém: - Adição da gem database_cleaner (utilizada nos testes); - Configuração de uma estratégia, utilizando o database_cleaner, para limpeza do banco entre testes (útil para evitar erros aleatórios...
[Documento de referência](https://docs.google.com/document/d/1VjRZOxAbaL5rleZJigaAEBaT_T6_OJS8lrDxbeYYRd8/edit)
I've been trying to test `isolator` on my application, however, I keep receiving ```ruby Isolator::BackgroundJobError: You are trying to enqueue background job inside db transaction. In case of transaction failure,...
 Did someone face the same? ``` - name: Back-end test coverage report uses: romeovs/[email protected] with: title: Back-end test coverage report filter-changed-files: true delete-old-comments: true lcov-file: ./coverage/app.lcov...