Francesco

Results 10 comments of Francesco

@Marri I think I found a quick and easy solution: in the initializer I've defined a custom model: ``` Audited.config do |config| config.audit_class = Audit end ``` the Audit model...

Hi, have you found a solution for this?

Is this Info still valid? I've tried doing that but doesn't seem to work for me

i'm seeing the same issue ![Schermata_20240514_144424](https://github.com/joshmn/ahoy_captain/assets/29213/73074813-c3d9-487b-94bb-9f66e4c9dcb5)

I'm seeing the same error: after upgrading to rails 8.0 my routes are empty, and i'm being redirected to the default welcome_controller on visiting application root. visiting rails/info/routes shows only...

i've found that in my case the coulprit was this line in development.rb ` config.middleware.use(JsRoutes::Middleware)` required by the gem JsRoutes https://github.com/railsware/js-routes removing the line the routes are back to normal

just updated my project to strapi 5 and i'm seeing the same behaviour

> Hi! Sorry for the late reply, but can you please check if this issue is still happening? I think it was fixed in Zed some time ago. Thanks! nope,...