Administrate
RailsAdmin
Administrate | RailsAdmin | |
---|---|---|
11 | 9 | |
5,933 | 7,921 | |
0.2% | 0.1% | |
9.3 | 7.4 | |
6 days ago | 9 days 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.
Administrate
-
The Admin Framework for Minimalist
thoughtbot/administrate is a well-known framework for administrative screen, but it's not developer friendly。I implement my own template files for Administrate, so when new Administrate version released, It is hard to update Administrate because template file is changed.**
-
Get help from thoughtbot for free (mentoring / office hours)
I work at thoughtbot, you might know us for our open source work like administrate, factory_bot or shoulda-matchers.
-
Show HN: Build Ruby on Rails apps 10x faster – Avo
This looks very similar to Administrate by thoughtbot https://github.com/thoughtbot/administrate
-
From partials to ViewComponents: writing reusable front-end code in Rails
We briefly considered migrating to a full-grown Rails admin interface, such as ActiveAdmin, RailsAdmin, Administrate or Avo. We especially liked Avo which is built on a very modern stack similar to ours (Tailwind + Hotwire + ViewComponents). In the end, we didn’t go this route as we found some of the options a bit too restrictive (even though Avo is very flexible) and we did not feel like trying to amend it to our needs. For example, Avo renders forms in a 1-field-per-row layout while we wanted something more similar to the Tailwind UI Stacked form layout. Nevertheless, we found a great deal of inspiration in the Avo code and its design principles.
-
Rails administrate : big tutorial, bits of philosophy
We have already covered many use cases for customisation, everything else can be found in the official documentation.
-
Admin Framework for Rails
Administrate
-
10 things I add to every Rails app
I usually tend to create these from Scratch, but moving forward I’ve started to use thoughtbot’s administrate gem. It sticks to the Rails conventions of controllers and routing, so it’s easy to customise and add new functionality to.
-
Free trial feature
That's exactly what we do. Easy to extend trials as needed for users when needed too via https://github.com/thoughtbot/administrate
-
Rails Admin or Active Admin?
Documentation https://administrate-demo.herokuapp.com/
RailsAdmin
- Ask HN: Why aren't Django Admin style dashboards popular in other frameworks?
-
From partials to ViewComponents: writing reusable front-end code in Rails
We briefly considered migrating to a full-grown Rails admin interface, such as ActiveAdmin, RailsAdmin, Administrate or Avo. We especially liked Avo which is built on a very modern stack similar to ours (Tailwind + Hotwire + ViewComponents). In the end, we didn’t go this route as we found some of the options a bit too restrictive (even though Avo is very flexible) and we did not feel like trying to amend it to our needs. For example, Avo renders forms in a 1-field-per-row layout while we wanted something more similar to the Tailwind UI Stacked form layout. Nevertheless, we found a great deal of inspiration in the Avo code and its design principles.
-
railstart-niceadmin support more features
- [rails_admin](https://github.com/railsadminteam/rails_admin)
-
railstart-niceadmin release now!Backend management system based on Bootstrap 5 and NiceAdmin and Rails 7
rails_admin
-
Admin Framework for Rails
https://github.com/railsadminteam/rails_admin is very popular and i find it very easy to use.
-
🤷♀️ The easiest way to monitor your app in production is email?
It's really helpful to have a way to track what's going on with your application in production, things like: number of user sign ups, status of user accounts, number of X new database entries etc. Out of the box dashboards like Rails Admin are great but only go so far, eventually you will want significant customizations.
-
RailsAdmin: How to disable edit action?
I'm working on a rails project with rails_admin and multiple models. There are several people working on the backend and I want to remove the ability to edit some of the records which have a imported boolean set to true. This records should just be readable in rails_admin.
-
An Easy Admin Panel - Rails 6
Having an admin panel in your Rails application is honestly, to me, the best thing to do when it comes to keeping track of your users and giving them permissions. Finding out how to have an admin panel though, that was tough, mainly because I wasn’t searching for the right thing. The rails_admin gem, so simple but can control so much! The installation and usage is very simple depending on what you are trying to use it on. I should probably tell you, I am using devise with the user having a boolean attribute called admin.
-
Ask HN: What is an easy way to create web UIs as a back end dev/data scientist?
Check out Retool: https://www.ycombinator.com/companies/1564
A wswig for internal UI/dashboards has a lot of value for companies that don't have a dedicated internal tools team.
My company had an internal tools teams at one point but it got killed because of other business priorities.
We use https://github.com/sferik/rails_admin, that still requires development time and frontend knowledge, but the framework is terrible.
https://marmelab.com/react-admin/ is much better but also required development time and frontend knowledge.
What are some alternatives?
ActiveAdmin - The administration framework for Ruby on Rails applications.
Trestle - A modern, responsive admin framework for Ruby on Rails
motor-admin-rails - Low-code Admin panel and Business intelligence Rails engine. No DSL - configurable from the UI. Rails Admin, Active Admin, Blazer modern alternative.
Avo - The most powerful Ruby on Rails Admin Panel Framework!