Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/activeadmin/arbre
An Object Oriented DOM Tree in Ruby
https://github.com/activeadmin/arbre
activeadmin arbre rails ruby
Last synced: about 6 hours ago
JSON representation
An Object Oriented DOM Tree in Ruby
- Host: GitHub
- URL: https://github.com/activeadmin/arbre
- Owner: activeadmin
- License: mit
- Created: 2011-06-04T00:36:25.000Z (over 13 years ago)
- Default Branch: master
- Last Pushed: 2024-11-01T15:18:00.000Z (5 days ago)
- Last Synced: 2024-11-05T20:10:51.596Z (about 10 hours ago)
- Topics: activeadmin, arbre, rails, ruby
- Language: Ruby
- Homepage:
- Size: 713 KB
- Stars: 766
- Watchers: 31
- Forks: 75
- Open Issues: 3
-
Metadata Files:
- Readme: README.md
- Changelog: CHANGELOG.md
- Funding: .github/FUNDING.yml
- License: LICENSE
Awesome Lists containing this project
README
# 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/activeadmin).
[![Version ][rubygems_badge]][rubygems]
[![Github Actions ][actions_badge]][actions]
[![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]: https://img.shields.io/gem/v/arbre.svg
[rubygems]: https://rubygems.org/gems/arbre
[actions_badge]: https://github.com/activeadmin/arbre/workflows/ci/badge.svg
[actions]: https://github.com/activeadmin/arbre/actions
[tidelift_badge]: https://tidelift.com/badges/github/activeadmin/arbre
[tidelift]: https://tidelift.com/subscription/pkg/rubygems-arbre?utm_source=rubygems-arbre&utm_medium=referral&utm_campaign=readme[docs]: https://activeadmin.github.io/arbre/
[stackoverflow]: https://stackoverflow.com/questions/tagged/arbre
[Tidelift security contact]: https://tidelift.com/security