Views, templates and presenters for Ruby web applications https://github.com/hanami/view
Go to file
dry-bot 7a6f6950ae [devtools] sync configs 2020-01-04 22:37:02 +00:00
.github Update sync_configs.yml 2020-01-04 23:29:00 +01:00
benchmarks Update benchmark/profile scripts for Controller renaming 2019-01-21 11:35:21 +11:00
bin Remove bin/ossy 2020-01-04 23:16:06 +01: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 Use shared coverage file 2020-01-04 14:51:29 +01: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-12-28 13:01:23 +00:00
.rubocop.yml [devtools] config sync 2020-01-04 11:10:28 +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 Use Gemfile.devtools 2020-01-04 14:51:28 +01:00
Gemfile.devtools [devtools] config sync 2020-01-04 13:56:29 +00:00
LICENSE [devtools] sync configs 2020-01-04 22:37:02 +00:00
README.md Update CI status badge 2019-11-07 22:35:32 +03: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.