rack-tracker
rack-tracker copied to clipboard
Tracking made easy: Don’t fool around with adding tracking and analytics partials to your app and concentrate on the things that matter.
This addresses an issue where this library does not work properly on Ruby 3.0 or later. `URI.escape` has been deprecated since Ruby 3.0. There are several possible replacements, but the...
This addresses an issue where some tests fail when using the `rack` 3+. Starting with `rack` 3.0, the session-related functionality has been split into the `rack-session` gem. I ran this...
This addresses an issue where some tests fail when using the recent `rack-session` gem. In recent versions of `Rack::Session::Cookie`, passing a `secret` shorter than 64 characters raises an `ArgumentError`. Therefore,...