Skip to content

Version 0.7.0

Latest
Compare
Choose a tag to compare
@benpickles benpickles released this 04 Feb 11:22
  • Add support for Rails 8 and add test infrastructure to ensure future compatibility with Rails 7.0, 7.1, and 8.0. #115, #117, #121
  • Improve out-of-the-box compatibility with Rails by reading default_url_options, relative_url_root, and force_ssl settings on boot and applying them to Parklife's config.base (force_ssl has been set to true in production.rb since Rails 7.1). #118
  • Improve out-of-the-box compatibility with Sinatra 4.1 which has host authorisation middleware enabled by default in development mode and would otherwise respond to Parklife requests with a 403 status. Additionally the generated Sinatra production build script now sets the environment variable APP_ENV=production to enable production mode. #123, #122
  • When discovering HTML links ignore <a> elements without an href. #107