News
Update drg_material_icons gem to version 0.2.0 and gain more then 300 new Google material icons
The drg_material_icons gem provides Google Material icon web fonts and stylesheets as a Rails engine for use with the asset pipeline. Font files are loaded locally from your server so there is no fear for privacy. What is new:- Google decided to r...
Ruby on Rails — Improved PostgreSQL support, performance improvements and more...
Hi, this is Petrik, bringing you the latest news from the Rails world.Optimize Active Record batchingInstead of specifying a long list of ids for batch queries (WHERE IN (…ids…)), Active Record will iterate in ranges (WHERE id >= num1 AND id < num...
Rubocop - 4 ways to reduce your frustration! | Hanami Mastery
I tend to work with multiple ruby applications at the same time. Whether it is my open-source activity, or projects for my client, in either case, I do not always have an impact on what coding styles I am supposed to use.One team prefers the doubl...
Vite-lizing Rails: get live reload and hot replacement with Vite Ruby
Recently, I upgraded my AnyCable demo application to Ruby 3 and Rails 7 with its new asset management tooling. As a result, assets:precompile became fast as lightning, but we lost one important productivity feature along the way: live reloading. S...
Why Ruby on Rails Is Still a Good Choice in 2022 [UPDATED]
Ruby on Rails is a mature framework, but it’s nowhere close to passing on from the world of programming. Learn why RoR is still widely used in 2022. Every year, we’re pelted by articles proclaiming the death of this gem of a framework. And while R...