Ask A Question

Notifications

You’re not receiving notifications from this thread.

Can RUBY build graphical editors like this?

Michal Cohen asked in Ruby
 
Hello, can you tell us whether with RUBY we can develop graphical tools like for the ESB given in the link above??
 
That is, can we build screens like this with RUBY?:
 
Is it possible and if possible is it available inside RUBY FRAMEWORK or we have to use Javascript, CSS etc?
 
We are an Oracle shop and wants to create own Messaging application.
Reply
I think you would want to use Rails to provide the data via an API and then use something like Vue or React on the frontend for the UI.

Chris has an in-depth series on a similar setup using vue:
Rails & Vue.js Trello Clone

Some links on using Rails as an API:
Build an API in your Rails app now! (Rails 5 version)
Building the Perfect Rails 5 API Only App

Otherwise, if you need a highly interactive real-time app I would look at Meteor:
https://www.meteor.com/
https://www.meteor.com/showcase  

Reply
Join the discussion
Create an account Log in

Want to stay up-to-date with Ruby on Rails?

Join 82,329+ developers who get early access to new tutorials, screencasts, articles, and more.

    We care about the protection of your data. Read our Privacy Policy.

    Screencast tutorials to help you learn Ruby on Rails, Javascript, Hotwire, Turbo, Stimulus.js, PostgreSQL, MySQL, Ubuntu, and more.

    © 2024 GoRails, LLC. All rights reserved.