Hacker News new | ask | show | jobs
by 46ve18v 1885 days ago
Is there a similar software for Rails ?
1 comments

no, only activeadmin or rails_admin for cruding stuff. this is more advanced, gz to the php community from a rails dev
It looks like this is a form-based GUI for invoking the Laravel equivalent of “rails scaffold” or “angular generate”.

A very interesting concept. Although I would probably prefer this to be integrated into IDE plugins instead of yet another (likely electron) app.

Most IDE plug-in frameworks have access to the already configured language runtime/compiler/interpreter.