This is a patch release for small bug fixes:

  • Mark unit tests/specs as pending for generated actions and views
  • Rake task :environment no longer depends on :preload, which was removed by v0.9.0
  • Force SSL redirects to the default port or to the configured one
  • Boot the project when is booted outside of hanami server (eg. puma or rackup)
  • Expose flash by default from actions to views
  • Don't reference exceptions in Rack env's rack.exception, if the exception is handled
  • Allow #form_for to accept entities for :values option
  • Respect :precision option in #format_number helper
  • Ensure #check_box to check/uncheck fields when a boolean value is given
  • Introduced Hanami::Interactor::Result#failure? and deprecate #failing?
  • Fix pluralization of words that end with en, ens

Released Gems

  • hanami-0.9.2
  • hanami-utils-0.9.2
  • hanami-controller-0.8.1
  • hanami-helpers-0.5.1

Contributors

We're grateful for each person who contributed to this release. These lovely people are:

How To Update Your Project

From the root of your Hanami project: bundle update hanami.