HackerTrans
トップ新着トレンドコメント過去質問紹介求人

petems

no profile record

投稿

[untitled]

2 ポイント·投稿者 petems·3 年前·0 コメント

Show HN: Motor Admin Rails – Low-Code Admin Panel Gem

getmotoradmin.com
6 ポイント·投稿者 petems·4 年前·3 コメント

Show HN: Webhooks development relay with VS Code extension

reliablewebhook.com
4 ポイント·投稿者 petems·4 年前·3 コメント

Show HN: Open-source admin panel for Supabase

getmotoradmin.com
97 ポイント·投稿者 petems·4 年前·25 コメント

Show HN: Motor Admin – No-code admin panel

getmotoradmin.com
217 ポイント·投稿者 petems·5 年前·77 コメント

Vue 3 real-life performance

dev.to
1 ポイント·投稿者 petems·5 年前·0 コメント

You can't just migrate to Vue 3 (now)

dev.to
1 ポイント·投稿者 petems·5 年前·0 コメント

Show HN: Open-source tool for catching spelling mistakes on websites

github.com
5 ポイント·投稿者 petems·5 年前·3 コメント

Show HN: Self-hosted tool for catching spelling mistakes on websites

github.com
7 ポイント·投稿者 petems·6 年前·0 コメント

Large tech company websites contain many spelling mistakes

getsiteinspector.com
4 ポイント·投稿者 petems·6 年前·0 コメント

Show HN: Open-source tool to catch spelling and grammatical errors on websites

github.com
2 ポイント·投稿者 petems·6 年前·0 コメント

コメント

petems
·4 年前·議論
Hi HN!

Motor Admin gem has been developed to replace the outdated ActiveAdmin/RailsAdmin/Blazer gems in your existing or future Rails app.

Unlike other Rails admin gems, Motor Admin doesn't use DSL or any other type of customization/configuration Ruby APIs.

All adjustments in Motor Admin can be made directly in the UI via WYSIWYG interfaces.

This probably makes it the first no-code/low-code Rails open-source admin engine.

Would appreciate any feedback regarding the gem!
petems
·4 年前·議論
The tool provides a unique https endpoint to accept webhook requests. And then it retranslates them in realtime into localhost using your the node.js engine which powers VS Code extensions - node.js from VS Code grabs requests info and triggers them into localhost.
petems
·4 年前·議論
This tool could be a better alternative to Ngrok/Localtunnel to relay requests to localhost but with a convenient GUI. It's free and the source code is published on GitHub. Also it's a charityware.
petems
·4 年前·議論
You should check Motor Admin open-source tool (I'm the creator of the tool): https://github.com/motor-admin/motor-admin

>Auto-generating the GUI from SQL schema, similar to the original Django Admin

Thats exactly how Motor Admin works :)
petems
·4 年前·議論
Please feel free to open issue on Github if you face some difficulties or find some bugs/errors - hopefully those issues can be easily resolved.
petems
·4 年前·議論
You're right - Motor Admin is Postgres specific (or DB specific since it works with Mysql and SQLserver as well).
petems
·4 年前·議論
Motor Admin uses PG instead of Supabase API for better performance, ease of use and enhanced features.

It has several advantages comparing to Retool like simple self-hosting option, CRUD UI out of the box, periodical data reports (aka alerts), unified UI optimized on mobile (instead of retool's more complex UI builder).
petems
·4 年前·議論
It directly connects to PostgreSQL database instance.
petems
·4 年前·議論
You can run it on AWS EC2 or on any other Ubuntu server - the app is distributed as a single executable binary - so you basically need to connect to your AWS EC2 via SSH, download the binary and run it: https://docs.getmotoradmin.com/guide/#ubuntu
petems
·4 年前·議論
Yeah, Heroku free tier would be enough to deploy and run the app.
petems
·4 年前·議論
The latest release of Motor Admin includes automatic DB schema reload feature. So now all change in Supabase schema are automatically applied to the Motor Admin panel. It means that Motor Admin now works perfectly with Supabase and can be used to build complex admin UIs for internal users.
petems
·5 年前·議論
I think the coolest thing about Rails is actually the great amount of high quality Ruby gems for Rails.

For instance, you can bootstrap a powerful Admin panel for your Rails project in no time with https://github.com/motor-admin/motor-admin-rails gem.
petems
·5 年前·議論
SQL Server support has been added in the newest release.

You can learn about how to upgrade to the latest version here:

https://github.com/motor-admin/motor-admin/releases/tag/late...
petems
·5 年前·議論
There are many open-source no-code tools so you can gain full control over your data/application with them as well as contribute into the source code.

For instance, you can deploy an admin panel with https://www.getmotoradmin.com/ (plug) and save a lot of time on building custom internal tools.
petems
·5 年前·議論
Thanks!
petems
·5 年前·議論
It looks like the binary doesn't work on mac M1 yet.

You can try it in docker instead - also it's possible to deploy it on heroku for free.
petems
·5 年前·議論
For custom forms and actions everything should be handled on the backend API including the DB changes.
petems
·5 年前·議論
Binaries are build with https://github.com/motor-admin/ruby-packer - they do not require docker - this repo contains all instructions in order to pack a binary.
petems
·5 年前·議論
https://github.com/motor-admin/ruby-packer - had to create a fork because the upstream repo is not maintained anymore.
petems
·5 年前·議論
Thanks, proper documentation will come really soon.

All configurations are stored in motor.yml file which is automatically generated in root directory.

There might be two ways handling configurations: 1. Use git to create commits with new configurations in motor.yml and deploy/pull that git repo on the production host in order to update the configs.

2. rake motor:sync to sync configurations directly to production app host via API.

There a bit of info about configurations sync between environment here:

https://github.com/motor-admin/motor-admin-rails#configurati...