Component UI for Ruby / Rails?

Greetings to all

I come from a Java background and I used frameworks like Wicket, GWT, ZK..etc.I was just wondering if there is any similar structure for Rails / Ruby where I can handle the user interface level using Ruby? (e.g. GWT, ZK)?

+3
source share
1 answer

Some things to look at:

  • Trellis is a Ruby framework based on Tapestry.
  • GWT can be used with Rails - there is a project called gwt-rails that simplifies it. You will still write client-side code in Java.
  • mustache , Ruby/Rails.
  • HAML/SASS - HTML/CSS, .
+4

Source: https://habr.com/ru/post/1794021/


All Articles