Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/dry-rb/dry-view
Complete, standalone view rendering system that gives you everything you need to write well-factored view code.
https://github.com/dry-rb/dry-view
erb haml html-renderer mvc ruby ruby-gem ruby-library slim tilt uiview view
Last synced: 3 months ago
JSON representation
Complete, standalone view rendering system that gives you everything you need to write well-factored view code.
- Host: GitHub
- URL: https://github.com/dry-rb/dry-view
- Owner: dry-rb
- License: mit
- Created: 2016-03-27T10:34:28.000Z (over 8 years ago)
- Default Branch: main
- Last Pushed: 2024-01-05T05:54:13.000Z (10 months ago)
- Last Synced: 2024-07-21T03:04:37.924Z (4 months ago)
- Topics: erb, haml, html-renderer, mvc, ruby, ruby-gem, ruby-library, slim, tilt, uiview, view
- Language: Ruby
- Homepage: https://dry-rb.org/gems/dry-view
- Size: 771 KB
- Stars: 149
- Watchers: 16
- Forks: 19
- Open Issues: 4
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Contributing: CONTRIBUTING.md
- Funding: .github/FUNDING.yml
- License: LICENSE
- Code of conduct: CODE_OF_CONDUCT.md
- Support: .github/SUPPORT.md
Awesome Lists containing this project
README
[gem]: https://rubygems.org/gems/dry-view
[actions]: https://github.com/dry-rb/dry-view/actions# dry-view [![Gem Version](https://badge.fury.io/rb/dry-view.svg)][gem] [![CI Status](https://github.com/dry-rb/dry-view/workflows/ci/badge.svg)][actions]
## Links
* [User documentation](https://dry-rb.org/gems/dry-view)
* [API documentation](http://rubydoc.info/gems/dry-view)
* [Forum](https://discourse.dry-rb.org)## Supported Ruby versions
This library officially supports the following Ruby versions:
* MRI `>= 3.0.0`
* jruby `>= 9.4` (not tested on CI)## License
See `LICENSE` file.