|
|
|
|
|
by throwaway81523
1534 days ago
|
|
If you use Rails and don't care too much about fancy web visuals, the ActiveAdmin gem is very easy to use and makes reasonably nice CRUD screens. For my own stuff, I tend to just make super stupid handwritten html pages and Python cgi scripts, to avoid dealing with Rails. Elixir has its own thing like ActiveAdmin and I'd like to try it but haven't. Other people just use spreadsheets for this type of stuff, depending on the application. |
|