News
Use Webpack to manage app-like JavaScript modules in Rails
Webpacker makes it easy to use the JavaScript pre-processor and bundler Webpack 2.x.x to manage application-like JavaScript in Rails. It coexists with the asset pipeline, as the primary purpose for Webpack is app-like JavaScript, not images, CSS,...
Squasher - squash your old migrations in a single command
Squasher compresses old migrations in a Rails application. If you work on a big project with lots of migrations, every rake db:migrate might take a few seconds, or creating of a new database might take a few minutes. That's because Rails loads all...