Sha256: ce9e62efefb321e4559633b6d1e92c016f6044094dcdabe6d4da0810d3d2a4ad
Contents?: true
Size: 1.66 KB
Versions: 3
Compression:
Stored size: 1.66 KB
Contents
# Arbre - HTML Views in Ruby [Arbre][docs] makes it easy to generate HTML directly in Ruby. This gem was extracted from [Active Admin](https://github.com/activeadmin/active_admin). [![Version ][rubygems_badge]][rubygems] [![Travis CI ][travis_badge]][travis] [![Tidelift ][tidelift_badge]][tidelift] ## Goals The purpose of Arbre is to leave the view as ruby objects as long as possible. This allows OO Design to be used to implement the view layer. ## Getting started * Check out [the docs][docs]. ## Need help? Please use [StackOverflow][stackoverflow] for help requests and how-to questions. Please open GitHub issues for bugs and enhancements only, not general help requests. Please search previous issues (and Google and StackOverflow) before creating a new issue. ## Want to support us? Subscribe to [Tidelift][tidelift] to support Arbre and get licensing assurances and timely security notifications. ## Security contact information Please use the Tidelift security contact to [report a security vulnerability][Tidelift security contact]. Tidelift will coordinate the fix and disclosure. [rubygems_badge]: http://img.shields.io/gem/v/arbre.svg [rubygems]: https://rubygems.org/gems/arbre [travis_badge]: http://img.shields.io/travis/activeadmin/arbre/master.svg [travis]: https://travis-ci.org/activeadmin/arbre [tidelift_badge]: https://tidelift.com/badges/github/activeadmin/arbre [tidelift]: https://tidelift.com/subscription/pkg/rubygems-arbre?utm_source=rubygems-arbre&utm_medium=readme [docs]: https://activeadmin.github.io/arbre/ [stackoverflow]: http://stackoverflow.com/questions/tagged/arbre [Tidelift security contact]: https://tidelift.com/security
Version data entries
3 entries across 3 versions & 1 rubygems
Version | Path |
---|---|
arbre-1.2.1 | README.md |
arbre-1.2.0 | README.md |
arbre-1.2.0.rc1 | README.md |