Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR. Learn more →
RailsAdmin Alternatives
Similar projects and alternatives to RailsAdmin
-
-
CodeRabbit
CodeRabbit: AI Code Reviews for Developers. Revolutionize your code reviews with AI. CodeRabbit offers PR summaries, code walkthroughs, 1-click suggestions, and AST-based analysis. Boost productivity and code quality across all major languages with each PR.
-
-
PostgreSQL
Mirror of the official PostgreSQL GIT repository. Note that this is just a *mirror* - we don't work with pull requests on github. To contribute, please see https://wiki.postgresql.org/wiki/Submitting_a_Patch
-
Redis
Redis is an in-memory database that persists on disk. The data model is key-value, but many different kind of values are supported: Strings, Lists, Sets, Sorted Sets, Hashes, Streams, HyperLogLogs, Bitmaps.
-
-
turbo
The speed of a single-page web application without having to write any JavaScript (by hotwired)
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
-
-
-
view_component
A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
-
TinyMCE
The world's #1 JavaScript library for rich text editing. Available for React, Vue and Angular
-
-
-
-
-
-
-
-
railstart-niceadmin
Discontinued Backend admin dashboard management system based on Bootstrap 5 and NiceAdmin and Rails 7
-
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.
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
RailsAdmin discussion
RailsAdmin reviews and mentions
- 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.
-
A note from our sponsor - CodeRabbit
coderabbit.ai | 21 Mar 2025
Stats
railsadminteam/rails_admin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of RailsAdmin is Ruby.