How to Disable the Title Bar in Hotwire Native for Android

If you’re using Hotwire Native for Android and want to remove the default title bar (action bar) for a more immersive UI, the solution is straightforward: create your own custom layout that doesn’t include a title bar. Step 1: Create a Custom Layout Create a file named hotwire_fragment_web.xml in your res/layout directory with the following […]
How to Install libvips on Debian/Ubuntu for Rails Active Storage

In the Rails ecosystem, Active Storage is a powerful gem that allows you to manage file uploads and handle attachments. When working with images, Active Storage integrates seamlessly with libraries like libvips, a fast and efficient image processing library. By using libvips, you can achieve better performance compared to other libraries such as ImageMagick. This […]
Top 5 Ruby on Rails gems to supercharge your project

Ruby on Rails is the perfect tool to transform your business vision into working software. It’s a programming environment that allows you to quickly create web applications using Ruby, the most dynamic language of the modern era. It’s very popular among startups and it’s used by major companies like Airbnb, Github, Shopify and more. Rails […]
Setting up Tailwind CSS with rails 7

CSS is amazing but can be time consuming to Build beautiful sites when writing your own CSS. There are many CSS libraries but recently Tailwind CSS is one of the top CSS library. What is Tailwind CSS Tailwindcss is a utility-first CSS framework for rapidly building custom user interfaces. It’s made to be super flexible […]