Matheus Richard
Matheus Richard
Since html-inspector [is archived](https://github.com/philipwalton/html-inspector) I would like to know if there's any alternative or similar tool that can validate the SUIT syntax on HTML.
I would like to change the background color of star on `AirbnbRating` the same way it's possible with `Rating` (using `ratingBackgroundColor` and/or `tintColor`). Is there any way to do this?
I was wondering if arbre supports the [template tag.](https://developer.mozilla.org/en-US/docs/Web/HTML/Element/template) As far as I understood, this tag is missing here: https://github.com/activeadmin/arbre/blob/348763dfd5cc2ab220b7a8121319b21919ad7886/lib/arbre/html/html5_elements.rb#L4-L14 Can we add it?
### Describe the problem When tables contain a TTY::Link, the right margin is off. It seems that header width accounts for the text size when links are not supported (which...
When I run `discover-unused-partials` it fails with this error: ``` /app # discover-unused-partials . Traceback (most recent call last): 16: from /usr/local/bundle/bin/discover-unused-partials:23:in `' 15: from /usr/local/bundle/bin/discover-unused-partials:23:in `load' 14: from /usr/local/bundle/gems/discover-unused-partials-0.3.5/bin/discover-unused-partials:24:in...
Fixes #354 `Regexp::new` with 3 arguments is deprecated and fails on Ruby 3.3. The cookiejar gem repo has been archived, so let's use a new one.
## Summary Add a new hook that works with layouts, so custom template engines can be implemented as pre/post processors to files. ## Motivation GitHub has recently [made it quite...
Most Rails projects I've worked on don't use [N + 1 queries as a feature](https://rossta.net/blog/n-1-is-a-rails-feature.html) for caching. Should we use ```rb config.active_record.strict_loading_by_default = true ``` by default then?
SimpleCov has support for [branch coverage](https://github.com/simplecov-ruby/simplecov#branch-coverage-ruby--25) on Ruby > 2.5. I believe we could enable it by default.