Ben Pickles

Results 8 issues of Ben Pickles

Even adding just `` to long_page.erb will kick Chrome into a different rendering mode but setting html's height to 100% seems to be the more reliable method. Fixes #39.

Even though [more versions of Ruby are provided by `ruby/setup-ruby`](https://github.com/ruby/setup-ruby#supported-versions) I only added Ruby version 2.7, 3.0, and 3.1 because they're the [current officially-supported versions](https://www.ruby-lang.org/en/downloads/). You can see a successful...

HashMapper is already compatible with Ruby 3.x but the tests required a few tweaks. I also removed the load path manipulation which was presumably required back in the day but...

The error message `301 response from path "/" (Parklife::HTTPError)` is somewhat helpful but could be improved. It would be useful to include the redirect location and perhaps detect some particular...