Thibaut Poullain
Thibaut Poullain
Hi @nicolas-besnard, Sure, I gather the links and I'll post them here !
> @russellbrown @cchoi94 seems that you have moved on, but got my session storage to work on 7.0.2.4 by putting following code in `config/application.rb` > > (https://www.youtube.com/watch?v=PqizV5l1yFE @ 10:40 (references...
Hi, any new about a fix ? Thx :) This worked for me : ``` # application.rb config.session_store :cookie_store, key: '_interslice_session' config.middleware.use ActionDispatch::Cookies config.middleware.use config.session_store, config.session_options ```
Hi guys, I have also the segfaults randomly poping and flushing my databases. ruby 3.2.2, pg 1.5.4, rails 6.1.7.6 postgresql@14 on a Mac M1. `export PGGSSENCMODE="disable"` Seems to work !...
Ok I misunderstood the installation :P As I got an error "xxx isn't a valid Stimulus controller." but I have this controller in my project, and it works. I thought...
Yes it is ;) 👍 Yes thx ! I'm in a rails 7.1.3 and ruby 3.3.0 ``` // app/javascript/controllers/dashboard_controller.js import { Controller } from "@hotwired/stimulus" export default class extends Controller...