Views, templates and presenters for Ruby web applications https://github.com/hanami/view
Go to file
Tim Riley e5049b759d
Install yard and add initial API docs
2019-01-30 00:06:39 +11:00
benchmarks Update benchmark/profile scripts for Controller renaming 2019-01-21 11:35:21 +11:00
bin Add bin/console 2016-07-14 14:34:45 +10:00
examples Update README for rails example app 2019-01-26 15:24:23 +11:00
lib Install yard and add initial API docs 2019-01-30 00:06:39 +11:00
spec Update spec to show `shared/` is not part of the initial template lookup 2019-01-29 12:10:07 +11:00
.codeclimate.yml Add codeclimate config 2019-01-26 11:08:49 +01:00
.gitignore Extract dry-view from rodakase 2016-03-27 21:37:39 +11:00
.rspec Extract dry-view from rodakase 2016-03-27 21:37:39 +11:00
.travis.yml Update test coverage setup 2019-01-26 10:56:22 +01:00
.yardopts Install yard and add initial API docs 2019-01-30 00:06:39 +11:00
CHANGELOG.md Prepare CHANGELOG for 0.6.0 2019-01-26 20:19:00 +11:00
CONTRIBUTING.md Update discussion links 2017-08-27 09:15:05 +02:00
Gemfile Install yard and add initial API docs 2019-01-30 00:06:39 +11:00
LICENSE.md Extract dry-view from rodakase 2016-03-27 21:37:39 +11:00
README.md Update README [ci skip] 2018-01-23 12:50:13 +01:00
Rakefile Add bundler gem tasks to Rakefile 2016-03-28 22:14:18 +11:00
dry-view.gemspec Update gem summary and homepage 2019-01-29 08:36:58 +11:00

README.md

dry-view Join the Gitter chat

Gem Version Build Status Maintainability Test Coverage API Documentation Coverage

A simple, standalone view rendering system built around functional view controllers and templates. dry-view allows you to model your views as stateless transformations, accepting user input and returning your rendered view.