Posts Tagged: ruby-on-rails
-
10 Strategies for Upgrading a Rails App with Under 50% Test Coverage
Discover ten battle-tested strategies to manage risk and successfully upgrade a Ruby on Rails application when test coverage is low.
-
CVE-2006-4112: Ruby on Rails Dependency Resolution Vulnerability
An analysis of CVE-2006-4112, a high-severity vulnerability in early Ruby on Rails versions that allowed remote code execution or denial of service via implicit constant loading.
-
CVE-2008-5189: Ruby on Rails CRLF Injection
A detailed look at CVE-2008-5189, a CRLF injection vulnerability in early versions of Ruby on Rails that enabled HTTP Response Splitting via the redirect_to method.
-
Implementing Virtual Scrolling in Svelte for Heavy Rails Data Tables
Master frontend performance by implementing virtual scrolling in Svelte to efficiently render massive data tables in Ruby on Rails applications.