Skip to content

Version 0.6.0

Latest
Compare
Choose a tag to compare
@benpickles benpickles released this 26 Mar 21:02
· 3 commits to main since this release
  • Allow assigning a URI object to config.base #98

  • Add a parklife config command to output the full Parklife config #97

  • Improved Rails integration #96

    Parklife now integrates with Rails via Railties and can therefore hook into the app's configuration before it's initialised. This allows Parklife to remove the host authorisation middleware that's present in development and otherwise causes Parklife requests to receive a 403 response.

    Upgrading: For an existing Parklife+Rails integration move requiring parklife/rails above requiring config/environment in the Parkfile.

  • Prevent Encoding::UndefinedConversionError error when writing a binary response #94