bhf
motor-admin-rails
bhf | motor-admin-rails | |
---|---|---|
- | 14 | |
85 | 795 | |
- | 0.9% | |
3.0 | 6.5 | |
about 2 years ago | about 2 months ago | |
JavaScript | Ruby | |
MIT License | MIT License |
Stars - the number of stars that a project has on GitHub. Growth - month over month growth in stars.
Activity is a relative number indicating how actively a project is being developed. Recent commits have higher weight than older ones.
For example, an activity of 9.0 indicates that a project is amongst the top 10% of the most actively developed projects that we are tracking.
bhf
We haven't tracked posts mentioning bhf yet.
Tracking mentions began in Dec 2020.
motor-admin-rails
-
From Node to Ruby on Rails
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.
-
Admin gem suggestions
You should try https://github.com/motor-admin/motor-admin-rails - it builds admin UI with basic CRUD on top of AR models automatically. Unlike other gems where ruby code is required Motor Admin panel can be customized via settings directly in the UI - all configurations are stored in motor.yml file and can be easily transferred between environments.
-
Admin Framework for Rails
https://github.com/motor-admin/motor-admin-rails - just adding a link here. u/dpaluy motor admin doesn't require any integration with your rails app js build stack (doesn't depend on webpack/esbuild) - due to that it's very easy to integrate it with any existing app.
-
Show HN: Deploy a self-hosted, no-code admin panel in less than a minute
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. MOTOR_SYNC_REMOTE_URL=https://remote-app-url/ MOTOR_SYNC_API_KEY=secure-random-string 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...
-
ActiveAdmin, I'm looking at you
You should try https://github.com/motor-admin/motor-admin-rails This admin panel gem doesn't use DSL or configuration files and can be customized directly via the UI. More complex things like custom forms and actions can be added via regular rails API controllers.
-
Motor Admin v0.2 - a modern ActiveAdmin and Blazer replacement
User roles and permissions via CanCan (learn more).
-
Motor Admin - a modern Admin UI and Business Intelligence Rails engine
u/PikachuEXE authorization with row/column level permissions via cancan has been implemented in the newest release - https://github.com/omohokcoj/motor-admin#authorization
What are some alternatives?
ActiveScaffold - Save time and headaches, and create a more easily maintainable set of pages, with ActiveScaffold. ActiveScaffold handles all your CRUD (create, read, update, delete) user interface needs, leaving you more time to focus on more challenging (and interesting!) problems.
Avo - The most powerful Ruby on Rails Admin Panel Framework!
RailsAdmin - RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
Godmin - Admin framework for Rails 5+
Forest Admin - 💎 Ruby on Rails agent for Forest Admin to integrate directly to your existing Ruby on Rails backend application.