Views, templates and presenters for Ruby web applications https://github.com/hanami/view
Go to file
GitHub Action e92d9d00ae [devtools] config sync 2019-10-21 08:37:02 +00:00
.github [devtools] config sync 2019-10-17 09:01:04 +00:00
benchmarks Update benchmark/profile scripts for Controller renaming 2019-01-21 11:35:21 +11:00
bin Update README and add bin/setup 2019-01-30 10:00:52 +11:00
docsite/source Merge branch 'docsite-0.7' 2019-10-16 09:41:12 +02:00
examples Update README for rails example app 2019-01-26 15:24:23 +11:00
lib Bump to version 0.7.0 2019-03-06 09:42:00 +11:00
spec Combine missing config errors into single UndefinedConfigError 2019-03-06 09:08:26 +11:00
.codeclimate.yml [devtools] config sync 2019-10-21 08:37:02 +00:00
.gitignore Extract dry-view from rodakase 2016-03-27 21:37:39 +11:00
.rspec [devtools] config sync 2019-10-16 07:38:41 +00:00
.rubocop.yml [devtools] config sync 2019-10-16 09:40:58 +00:00
.travis.yml CI: Use 2.6.3 2019-04-18 21:02:52 +02:00
.yardopts Install yard and add initial API docs 2019-01-30 00:06:39 +11:00
CHANGELOG.md Update CHANGELOG for 0.7.0 2019-03-06 09:41:56 +11:00
CODE_OF_CONDUCT.md [devtools] config sync 2019-10-21 08:37:02 +00:00
CONTRIBUTING.md [devtools] config sync 2019-10-16 09:03:09 +00:00
Gemfile Add ossy to tools 2019-10-14 11:10:39 +02:00
LICENSE [devtools] config sync 2019-10-16 09:25:41 +00:00
LICENSE.md Extract dry-view from rodakase 2016-03-27 21:37:39 +11:00
README.md Update README and add bin/setup 2019-01-30 10:00:52 +11: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

Gem Version Build Status Maintainability Test Coverage API Documentation Coverage

dry-view is a complete, standalone view rendering system that gives you everything you need to write well-factored view code.

Development

After checking out this repo, run bin/setup to setup the project.

Then, run rake spec to run the tests.

You can also run bin/console for an interactive prompt that will allow you to experiment.

Contributing

Bug reports and pull requests are welcome on GitHub. For new feature development, we recommend having a discussion in the forum before beginning your work.