Views, templates and presenters for Ruby web applications https://github.com/hanami/view
Go to file
Tim Riley 9eba83be74 Prepare for v2.0.0.alpha3 2021-11-09 23:56:36 +11:00
.devtools/templates [devtools] sync configs 2020-01-20 11:49:26 +00:00
.github Updated branch references from `master` to `main` 2021-06-15 10:30:12 +02:00
benchmarks Rename dry-view to hanami-view 2020-03-15 22:55:10 +11:00
bin Rename dry-view to hanami-view 2020-03-15 22:55:10 +11:00
docsite/source Rename dry-view to hanami-view 2020-03-15 22:55:10 +11:00
examples Rename dry-view to hanami-view 2020-03-15 22:55:10 +11:00
lib Prepare for v2.0.0.alpha3 2021-11-09 23:56:36 +11:00
spec Update specs for Hanami 2.0.0.alpha3 (#194) 2021-11-07 23:02:11 +11:00
.gitignore Extract dry-view from rodakase 2016-03-27 21:37:39 +11:00
.rspec [devtools] config sync 2019-12-28 13:01:23 +00:00
.rubocop.yml Remove testing for Ruby versions 2.4 and older (#174) 2020-05-18 21:13:57 +10:00
.yardopts Install yard and add initial API docs 2019-01-30 00:06:39 +11:00
CHANGELOG.dry-view.md Prepare CHANGELOGs for 2.0.0.alpha2 release (#189) 2021-05-04 21:28:00 +10:00
CHANGELOG.md Set date for 2.0.0.alpha3 2021-11-09 23:31:36 +11:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-10-21 08:37:02 +00:00
CONTRIBUTING.md [devtools] sync 2020-01-23 10:25:08 +00:00
Gemfile Updated git branch references 2021-06-17 10:35:56 +02:00
Gemfile.devtools Integrate seamlessly with Hanami applications (#173) 2020-05-18 21:20:36 +10:00
LICENSE [devtools] sync configs 2020-01-04 22:37:02 +00:00
README.md Updated branch references from `master` to `main` 2021-06-15 10:30:12 +02:00
Rakefile Fix Rubocop issues 2020-03-15 21:13:08 +11:00
changelog.yml Add changelog.yml and a copy of old CHANGELOG.md 2020-01-17 10:26:12 +01:00
hanami-view.gemspec Require dry-configurable 0.13.0 (#193) 2021-11-07 23:04:25 +11:00
project.yml Rename dry-view to hanami-view 2020-03-15 22:55:10 +11:00

README.md

Hanami::View

A view layer for Hanami

Version

This branch contains the code for hanami-view 2.x.

Status

Gem Version CI Test Coverage Depfu Inline Docs

Contact

Rubies

Hanami::view supports Ruby (MRI) 2.6+

Installation

Add this line to your application's Gemfile:

gem "hanami/view"

And then execute:

$ bundle

Or install it yourself as:

$ gem install hanami-view

License

See LICENSE file.