Blogs
How to Speed Up Assets Precompilation Time in Ruby on Rails App
Since Rails 5.1 there are other ways to manage assets. I highly recommend to use Yarn with Webpack, its worth it, believe me! What you can gain is assets dependencies management, more efficient compilation process, hot-reloads your code without pa...
stimulusjs/stimulus: A modest JavaScript framework that works with the HTML you already have
Stimulus is a JavaScript framework with modest ambitions. It doesn't seek to take over your entire front-end—in fact, it's not concerned with rendering HTML at all. Instead, it's designed to augment your HTML with just enough behavior to make it s...