How To Create A Gem For Frontend Javascript And CSS Libraries Discussion
But in rails 7 if javascript folder is "app/javascript" // = require sweetalert_dev -> import "./sweetalert_dev" ?
Marco Beffa repliedBut in rails 7 if javascript folder is "app/javascript" // = require sweetalert_dev -> import "./sweetalert_dev" ?
Marco Beffa repliedChris why does the source code for the episode not match the video at all?
Jeremy Bray repliedHi, this community is more suited for discussing and sharing knowledge rather than directly recruiting for long-term consultative or development opportunities. For such needs, platforms like Linked...
ViolentLeopard replied • SolvedReally nice chapter, I didn't knowing that passing only de model Rails could build the path for you.
CarlosLeonCode repliedIt sounds like you're encountering a common issue when working with Solidus, an open-source e-commerce platform.
Terry Stout repliedHow can i run this ``` EDITOR="code --wait" rails credentials:edit --environment=development ``` command in my windows machine?
Suvan Gowri Shanker postedI know this is old but you can add an event listener in `application.js`: ``` document.addEventListener("trix-file-accept", (e) => { e.preventDefault() }) ``` and then target the UI with CSS...
Chuck repliedThis issue is currently plaguing this tutorial on updated rails and ruby. https://github.com/rails/rails/issues/52127
Ben Weis repliedI think create a new branch in the cloned repository to work on your pull request. It's good practice to give the branch a descriptive name related to the issue you're fixing.
Ricky Garrison repliedI was mistaken when I believed that this could be used with the Rails Asset Pipeline. PurgeCSS obtains Tailwind CSS from the javascript/css directory, where it is installed. I was hoping this woul...
Lynn Davenport repliedToday I learned that you can view the source code of a method that is available in the current context using the `show_source` command when in a call to `binding.irb`. To try it out put a `binding....
cjilbert504 replied