Blogs
Building Reusable Components with Ruby Rack: A Practical Guide to
Why Use Ruby Rack? To implement middleware in a Rails app, create a new class in the app/middleware directory. The class should implement the call method, which takes the env parameter representing the current request environment. The call method ...
Ruby Modules and Extend, Include, and Prepend keywords
A module is a container of Ruby code that can be used to group related methods, classes, and constants. Modules provide a way to organize and reuse code in Ruby, making it easier to maintain and extend applications.
Modules can be thought of as a...
Hanami and Ruby on Rails: A Side-by-Side Look at Command Line Tools
When it comes to web application development in Ruby, two frameworks come to mind - Ruby on Rails and Hanami. Both frameworks have their own unique features and strengths that can make them ideal for different use cases. In this article, we will c...
Remote Ruby | Ruby Language Server with Vinicius Stock
On this episode of Remote Ruby, Chris came down with what he thinks was food poisoning this week, Jason brings up Ghost Kitchens which seem to be a thing these days, and Chris applied to be a Guide at RailsConf 2023. Also, Jason and Chris are exci...
300,000 Downloads and a Few Mistakes: My Journey as an Android App
Around 2010, I had a lot of ideas which I wanted to implement as mobile apps. So, for me, it was easiest to do that with Android and Java programming languages. I had the tools and free time, so I made a few apps and games. They were published on ...
Interview Questions To Ask Before Hiring RoR Developers
Hiring for a technical role requires technical knowledge. If you are a non-technical person then hiring for a technical role is difficult. When it is about planning to hire ruby on rails developers, you can rest assured!We have made your job easie...
Howto migrate from Webpacker to cssbundling-rails in Ruby on Rails for CSS - Team Qameta
A lot of Ruby on Rails applications created with Ruby on Rails version 5.x or 6.x or even upgraded from the previous versions are using webpacker as their primary asset pipeline. But now as webpacker has retired, it is time to move on. cssbundling...