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 […]