hanami / view

Views, templates and presenters for Ruby web applications
http://hanamirb.org
MIT License
173 stars 80 forks source link

Add helpers #228

Closed timriley closed 1 year ago

timriley commented 1 year ago

These are taken from hanami-helpers and hanami-utils and simplified and repackaged here in hanami-view.

Given these helpers are largely standalone, and all similar in their general concern, it makes sense for these helpers to be located inside hanami-view, since they would be helpful even in standalone usage of the gem.

This should be merged after https://github.com/hanami/view/pull/227, since it currently builds on top of it (to allow for easy testing of these combined PRs from hanami/hanami).

timriley commented 1 year ago

Finish porting rest of helpers 1.x