Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free. Learn more →
ActiveAdmin Alternatives
Similar projects and alternatives to ActiveAdmin
-
-
Administrate
A Rails engine that helps you put together a super-flexible admin dashboard.
-
InfluxDB
Access the most powerful time series database as a service. Ingest, store, & analyze all types of time series data in a fully-managed, purpose-built database. Keep data forever with low-cost storage and superior data compression.
-
RailsAdmin
RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
-
-
go-admin
A golang framework helps gopher to build a data visualization and admin panel in ten minutes
-
Forest Admin
💎 Ruby on Rails agent for Forest Admin to integrate directly to your existing Ruby on Rails backend application.
-
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.
-
SonarQube
Static code analysis for 29 languages.. Your projects are multi-language. So is SonarQube analysis. Find Bugs, Vulnerabilities, Security Hotspots, and Code Smells so you can release quality code every time. Get started analyzing your projects today for free.
-
-
daisyui
⭐️ ⭐️ ⭐️ ⭐️ ⭐️ The most popular, free and open-source Tailwind CSS component library
-
react-admin
A frontend Framework for building B2B applications running in the browser on top of REST/GraphQL APIs, using ES6, React and Material Design
-
ToolJet
Extensible low-code framework for building business applications. Connect to databases, cloud storages, GraphQL, API endpoints, Airtable, Google sheets, OpenAI, etc and build apps using drag and drop application builder. Built using JavaScript/TypeScript. 🚀
-
Formtastic
A Rails form builder plugin with semantically rich and accessible markup.
-
view_component
A framework for building reusable, testable & encapsulated view components in Ruby on Rails.
-
-
Laravel
Laravel is a web application framework with expressive, elegant syntax. We’ve already laid the foundation for your next big idea — freeing you to create without sweating the small things.
-
-
-
-
SaaSHub
SaaSHub - Software Alternatives and Reviews. SaaSHub helps you find the best software and product alternatives
ActiveAdmin reviews and mentions
-
Top 5 Ruby on Rails Gems
Github Link : https://github.com/activeadmin/activeadmin
-
View code coverage (active_admin and orther .arb file)
for those who know [https://activeadmin.info/](https://activeadmin.info/) it uses a file format [https://github.com/activeadmin/arbre](https://github.com/activeadmin/arbre)
-
Show HN: Build Ruby on Rails apps 10x faster – Avo
Very neat! My first thought was that this was a competitor to https://bullettrain.co/.
Looking into it a bit more, it seems more aimed at building admin panels than whole apps. I guess it competes against tools like https://activeadmin.info/?
-
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.
-
Ask HN: Easiest way to build a CRUD app
I second Rails. It's incredibly polished and has really good gems to speed up dev. ActiveAdmin is a great gem if you need to quickly make an admin dashboard. It was useful when I had a small consultancy.
-
Admin Framework for Rails
See an example: https://activeadmin.info It provides a fast way to create back office functionality.
Until recently, my default Admin was ActiveAdmin library. But I found it a bit challenging onboarding new engineers with Inherited Resources gem. Also, a lot is changed on the frontend side with webpack, and now esbuild. I would like to use TailwindCSS to simplify the development. IMHO, ActiveAdmin legacy makes it way more complicated for customization to a new project.
-
We built an open-source platform (3k stars on GitHub) for building & deploying react based internal tools.
[1] https://activeadmin.info/
-
Stop Building a General Purpose API to Power Your Own Front End
I can't speak much about Rails, as I've only played with it. But I've used a lot Django in the past.
Regarding the Django admin (in rails you have ActiveAdmin[1]) think if it just as a glorified database explorer. It is an internal tool for developers, product managers and maybe for your support team. It is in no way thought to be used by end users. Every attempt I've seen to use it as such was a catastrophic failure.
With Django, if you know plain HTML and CSS, with the tools I've mentioned in the comment you're responding to, you can build almost anything... For example, let's say you need a highly interactive client side table.... you can always just attach a Vue or a React component for it by using Unpoly compilers [2].
I'd say this stack is less useful the more your app needs to work fully offline... but if you don't have that constraint... I cannot think of anything that can't be built faster and safer.
-
Breaking Up Rails Monoliths and Contact-Driven API Development with Dmitry Pashkevich
And then we wrote some tooling around that to essentially enable all the...Rails engines aren't really built for this kind of marginalization. Usually, Rails engines are for people to write what you can consider a Rails plugin. For example, Active Admin is implemented as a Rails engine and a number of other open-source projects out there where there's a whole pluggable piece, a mini-application that including your project may be pointed to your domain models, and it'll work. It'll have standalone pages, standalone UI that is usually implemented as a Rails engine.
-
A note from our sponsor - SonarQube
www.sonarqube.org | 10 Jun 2023
Stats
activeadmin/activeadmin is an open source project licensed under MIT License which is an OSI approved license.
The primary programming language of ActiveAdmin is Ruby.