Mattia Roccoberton

Results 51 comments of Mattia Roccoberton

Mmm... I made some checks, locally in the dummy app (using Rails 7.0.8.1 + Postgres 12) the data content is replaced with ("") in the INSERT statement: ``` ActiveStorageDB::File Create...

Another point that you could evaluate is this Rails PR: https://github.com/rails/rails/pull/42006 It looks like that you could filter specific columns in the query logs. But honestly I'm not sure if...

Hey @francois The error that you receive is probably related to the environment variables needed to setup the test config. For example for Postgres and Rails 7.x I use: `DB_TEST=postgres...

Hey, I'm having the same issues when I switch between 2 projects with a different Ruby version. I have a Mac M1. A first workaround, each time I change project...

Hey @goosys, thank you for the PR - and sorry for the veery long delay 😅

Hey 👋 Any update about this issue? From my standpoint, the `dl` tag should have only `dt` and `dd` children - also [w3](https://www.w3.org/TR/2011/WD-html5-author-20110809/the-dl-element.html) describe the `dt` tag as: > Content...

Same error in one of our projects while upgrading to the version _2.8.0_ Perhaps it could be related to: https://github.com/mileszs/wicked_pdf/issues/1117

Hey @francois I prepared an experimental PR to add SQLite support: https://github.com/blocknotes/active_storage_db/pull/51 The branch is: `feat/sqlite-support` If you have a chance to make some tests, please share the results.

> @blocknotes @kennyadsl > I verified that solidus frontend behaves the same way. Should we close this or leave it here as a future improvement? Thanks @aleph1ow - I set...

This could be painful 😑 because we depend on external gems (`Spree` JS object) and we also have a **.erb.js** file ([utils.js.erb](https://github.com/nebulab/solidus_starter_frontend/blob/master/app/assets/javascripts/spree/frontend/utils.js.erb)).