
Skyler White
Joined
Activity
Great series!
You can use Stimulus with data-action, but keypress is deprecated and unreliable for handling keys in a . Instead, use keydown in your Stimulus action or fall back to addEventListener if you need finer control.</p>
Posted in Ruby Pattern Matching Discussion
Pattern matching was first introduced in Ruby 2.7.0 as an experimental Pips NYT feature. It became fully supported and more powerful in Ruby 3.x with additional syntax improvements.
You don’t need Devise here - just treat the Shopify session as your source of truth for authentication, then implement a standard OmniAuth strategy (e.g., omniauth-facebook) to connect and store each shop’s FB/IG tokens. Once you persist those tokens in your database, you can use them for API calls without affecting how users log in.