Blogs

Ransack Library’s Search and Sort Feature Puts Ruby on Rails Applications at Risk of Information Theft | Black Hat Ethical Hacking
Ransack is a popular library that allows developers to add object-based search to their Rails applications. However, its convenience and flexibility has led to security issues.By default, Ransack supports query conditions for associated objects an...



An Overview Of Ruby on Rails 7.1 Features. Part III.
This post brings us to the last in the “An Overview Of Ruby on Rails 7.1 Features” series. Rails has improved a lot over the years, no question about that, but this minor version, in my books, is the most exciting. Rails now comes inbuilt with Doc...


How to minimise the impact of a DDOS attack on your Ruby on Rails app - CookiesHQ
Distributed-Denial-of-Service (DDoS)/ brute force attacks are a pain for every growing application. They will happen randomly, they will only last for a period of time, and they might not come back again for a long time. While you can’t necessaril...



How to create a Ruby on Rails gem from your existing code
It is almost instinctive for developers to search for solutions that other developers have successfully used when faced with a problem. (Even better if there is a preexisting library that we can plug right into our code and save ourselves some tim...