arbre
arbre copied to clipboard
An Object Oriented DOM Tree in Ruby
i get ``` undefined local variable or method `doctype' for :Arbre::Context ``` on rendering layout application.html.arb ``` ruby doctype # this line html do head do title 'AdminLTE Arbre' text_node...
We should extract the Rails part of Arbre in to a new gem. We could build a better solution for #43 and #38.
Example written from @seanlinsley on activeadmin/activeadmin#2874: ``` ruby # app/helpers/application_helper.rb module ApplicationHelper def arbre(&block) Arbre::Context.new(&block).to_s end end # app/decorators/foo_decorator.rb class FooDecorator < Draper::Decorator def wheelchair arbre do status_tag model.wheelchair, class:...
I'm not sure how to fix this, but since it's probably keeping this from an official release and thus preventing [this from being fixed](https://github.com/gregbell/active_admin/issues/2434), it should at least be an...
Bumps the github_actions group with 1 update: [tj-actions/changed-files](https://github.com/tj-actions/changed-files). Updates `tj-actions/changed-files` from 42 to 43 Release notes Sourced from tj-actions/changed-files's releases. v43 Changes in v43.0.0 🔥🔥 BREAKING CHANGE 🔥🔥 any_{changed, modified,...
Bumps the rails_61 group in /gemfiles/rails_61 with 1 update: [rspec-rails](https://github.com/rspec/rspec-rails). Updates `rspec-rails` from 6.1.2 to 6.1.3 Changelog Sourced from rspec-rails's changelog. 6.1.3 / 2024-06-19 Full Changelog Bug Fixes: Reset ActiveSupport::CurrentAttributes...
- [ ] Rebase after #600