Reopen ActionCable after login?
Fantastic, thanks for the tip Chris! Cheers, Marcus
Marcus S repliedFantastic, thanks for the tip Chris! Cheers, Marcus
Marcus S repliedGot a good answer to this on the Stimulus Reflex Discord and figured I'd share here. Basically executing the JS could be a CSP issue, and you'd want to use CableReady operations, such as afterRefle...
Tom Iwaniec replied • SolvedInstead of using `create.js.erb` and `update.js.erb` it would be nice to see a reactive programming example with Stimulus Reflex. This way you do not have to manage DOM elements yourself and thanks...
Michael Yagudaev repliedCould do a better example of explaining how resources and routes work. Was not able to follow along, and very little information was given to help troubleshoot beyond "follow what I do"
Fixt Dev repliedHey! I really appreciate all these screencasts, happily pro user. For this I'm getting an "undefined method 'likes'" on the user model so i'm a little stuck. Any ideas why?Cheers! :)
Juanmnl repliedWhen I upgrade stimulus.js version up to 2.0 and define static values object, the following error occurs: ``` Uncaught TypeError: _this.data.getAttributeNameForKey is not a function at value_pr...
Lucius Choi repliedStimulus reflex does not work at all in internet explorer 11? If the stimulus has the ability to trigger ie compatibility using polyfills, then I have not found an option for reflex. https://expo....
Alexey postedYour article has brought a ton of valuable data for me, a debt of gratitude is in order for the extraordinary sharing. I will regularly circle back to your next posts, so kindly continue to give su...
keithanderson replied • SolvedI am getting the an error when following the 'Introduction To Stimulus Reflex video'. What would cause this and what are possible solutions? Uncaught Error: Cannot find module './application_contr...
William Jones postedHi, I am using stimulus reflexes with AnyCable but in production, the site becomes really slow after spending 10-15 minutes on the same page doing multiple operations. But after refresh it works fi...
ahmadkamrans postedAbsolutely -- yes -- more videos on Simulus Reflex, please :)
Jason Eastwood repliedIs there anyway to reverse the index and position order? For example: ``` First div <%# index: 3, position: 3 %> Second div <%# index: 2, position: 2 %> Third div <%# index: 1, posi...
Reece Jones repliedHello Chris, I am trying to do the calculation of a multiplication inside a div, the calculation comes from the values that enter in 3 inputs that are inside a Rails form, I want to do this using ...
Víctor Soto postedMaybe not a good answer. I ran into a problem upgrading to 3.1.2 and just rolled back to 3.0.2. Not the same problem as yours. My thinking was I didn't need the latest and that eventually the probl...
Greg S repliedI worked this out for Stimulus Reflex. I know when I searched for this it landed me here initially. Here's a link to the repo i made demonstrating this: https://github.com/Vielhammer/stimulus_refle...
Pete repliedI'm currently integrating Stimulus Reflex and Cable Ready in my application and want to deploy it to my production server. The guide here on how to deploy ActionCable to production seems very outda...
Maximilian Kirsch postedI didn't realize you had to delegate the current_user. per this: https://docs.stimulusreflex.com/authentication
spacerobotTR repliedWondering the same thing - anybody?
Ole Torp replied