Blogs

A Ruby gem for reading and writing sound files in Wave format (*.wav)
You can use this gem to create Ruby programs that work with audio, such as a command-line drum machine. Since it is written in pure Ruby (as opposed to wrapping an existing C library), you can use it without having to compile a separate extension.






Make Webpacker the default JavaScript compiler for Rails 6 by dhh
Make Webpacker the default Javascript compiler for Rails 6 with the following changes:Webpacker gem is installed by default and webpacker:install is run by the Rails application generator.Action Cable channel generators will create ES6 stubs rathe...
