A comparison of multiple generative AI tools when asking for Ruby on Rails code
I asked the following query for multiple AI code generator tools:
Please transform this code:
```
<div class="flex justify-center py-6 mt-8 mb-3" role="separator">
<span class="dot"></span>
<span class="dot"></span>
<span class="dot"></span>
</...
allaboutcoding.ghinda.com5 min read
Guy Roberts
Aside from the AI, I'd take a step back and ask what the benefit is of translating clunky html/css into ruby. The result is harder to read than the html/css, reminds me of why I use ruby less these days, because it wants to wrap the front end in back end code