I suggest you check out https://hyperstack.org/, which is a toolkit for building complete websites in Ruby.  There are cross-compilers written to translate Ruby to JavaScript, and other tools to allow Ruby descriptions of web page content, with an automatic translation in a proper web app built out of HTML, CSS, JavaScript, so it can be deployed on any web hosting environment.

On Thu, 9 May 2024 at 14:52, Matthew Kerwin via ruby-talk <ruby-talk@ml.ruby-lang.org> wrote:
The lingua franca of web documents is HTML, which these days is
essentially a serialisation of the standard Document Object Model.
JavaScript allows authors to write code to manipulate (including
generate) DOM nodes dynamically in the browser, so in a way it
enhances or replaces some of the HTML serialisation required. Ruby
quite famously has a pretty popular library suite called Rails (you
know, Ruby on Rails?) that, as far as I'm aware, is almost entirely
used to generate HTML documents server-side and deliver them to web
browsers on the web. So I'm not sure exactly what you're asking.

On Thu, 9 May 2024 at 20:15, Jason Long via ruby-talk
<ruby-talk@ml.ruby-lang.org> wrote:
>
> Hello,
> Is it possible to design a modern and beautiful website with Ruby? Websites are usually designed with JavaScript.
>
> Thank you.
>  ______________________________________________
>  ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
>  To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
>  ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/



--
  Matthew Kerwin [he/him]
  https://matthew.kerwin.net.au/
 ______________________________________________
 ruby-talk mailing list -- ruby-talk@ml.ruby-lang.org
 To unsubscribe send an email to ruby-talk-leave@ml.ruby-lang.org
 ruby-talk info -- https://ml.ruby-lang.org/mailman3/postorius/lists/ruby-talk.ml.ruby-lang.org/


--
Regards,

Ken

Seek wisdom through skeptical inquiry