L
L
Looking2015-10-27 01:52:45
Ruby on Rails
Looking, 2015-10-27 01:52:45

How to implement an asynchronous admin panel for RoR?

I welcome everyone.
I would like to implement a beautiful and convenient asynchronous admin panel for one project on RoR. In order to increase the skill in RoR, since the skill is still lame.
Interested in what are the options for solving such a problem, what are the ready-made solutions?
Is it worth taking, for example, some "rails_admin" and making it based on it?
Maybe it will be convenient to take angularjs or react and then how to properly implement interaction with RoR (rest?)?
I’m not looking for roofing felts, or “the skis don’t go” at all, but I didn’t manage to pick up very many examples.
In general, I ask for advice from those who have come across and know how it should look in a not very crooked form.

Answer the question

In order to leave comments, you need to log in

2 answer(s)
N
N. Bekseitov, 2015-10-27
@nbekseitov

What do you mean by asynchronous admin panel. Want to be notified of changes without waiting for a response from the server. Then rails_admin or active_admin are not suitable for this. It's better to use react and rails as an API.

V
vsuhachev, 2015-10-27
@vsuhachev

With ready-made solutions like rails_admin, you quickly run into their limitations and either you need to start adding them yourself, or refuse. Here for your choice. I came to the conclusion that it is still easier to use the scaffold with your own templates. Templates are usually customized for a specific project.

Didn't find what you were looking for?

Ask your question

Ask a Question

731 491 924 answers to any question