ActiveAdmin
Avo
ActiveAdmin | Avo | |
---|---|---|
25 | 50 | |
9,559 | 1,620 | |
0.3% | 3.0% | |
9.2 | 9.8 | |
6 days ago | 3 days ago | |
Ruby | Ruby | |
MIT License | Creative Commons Attribution Non Commercial 3.0 Germany |
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.
ActiveAdmin
-
Goravel: A Go framework inspired by Laravel
Same reason IDEs — when you really know them — allow for quicker development compared to using primitive text editors with a bunch of third-party plugins duck-taped together. When you understand the framework, everything is written to the same standard, behaves in similar ways, and is where you expect it to be. Adding things like background job processing requires changing one line of config.
Also, one major thing I'm missing personally is automatically generated OpenAPI specifications + API documentation & API clients autogenerated from it. Last time I checked Go, you had to write the spec manually, which is just ridiculous — the code already has all the necessary info, and duplicating that effort is time-consuming and error-prone (the spec says one thing, the code does another). This may be out of date, but if it still isn't, it is enough to disqualify the stack completely for me.
Also, I don't think there anything similar in the Go world to these administration panels:
https://docs.djangoproject.com/en/5.1/ref/contrib/admin/
https://activeadmin.info
https://nova.laravel.com
which are just fantastic for intranet projects and/or quick prototyping.
-
ActiveAdmin v4 Beta: New Features, Upgrades, and How to Migrate
Review Deprecations: Check the UPGRADING.md guide for any deprecations or breaking changes that may affect your project.
-
Use Rails
Rails is absolutely fantastic for projects below 10,000 lines with 1 or 2 contributors, especially if you want a classic forms-based UI. And you can get a huge amount done under those constraints in Rails.
But as of couple of years ago, Rails came with a number of drawbacks:
1. There was no really viable system of static typing that a significant number of people were enthusiastic about. See https://www.reddit.com/r/ruby/comments/105sdax/whats_the_lat... for a discussion.
2. The lack of static typing meant far less IDE support. Fewer documentation tooltips, less autocompletion, etc.
3. I used to do a lot of Rails consulting. And whenever I had to drop into a codebase with more than 50,000 lines or 5 active developers, it was generally a painful slog. Too many weird Rails plugins that stopped being maintained, too much magic, too many nasty surprises while refactoring.
Basically, smaller Rails projects were an absolute delight. Larger Rails projects, though, tended to feel more like a swamp. Tools like https://activeadmin.info/ could tip the balance where applicable.
I still think that small Rails projects are fantastic, and I don't think anything since has remotely matched Rails' productivity within that niche. There's just too much mature tooling, and much of it works together seamlessly. But not too many projects want classic multi-page apps right now, and small projects often grow up to be big projects.
-
Ask HN: Why aren't Django Admin style dashboards popular in other frameworks?
Can you clarify what's the "tremendous value" you're getting out of the Django admin?
At Heii On-Call https://heiioncall.com/ we are using Active Admin https://activeadmin.info/ for Ruby on Rails, which seems quite similar to the Django admin. In my experience, it's mostly useful as a fairly basic read-only view of what's in the database. In Rails, it's so easy to whip together a custom view that we tend to do that, and the Active Admin is nice to have but I wouldn't say "tremendous value".
-
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.
https://activeadmin.info/
- Eager to help a Junior without experience?
Avo
-
Short Ruby Newsletter - edition 110 highlights
Avo is looking for a mid-level Ruby on Rails Developer and I could not recommend enough the experience of working with Adrian Marin - the creator of Avo.
-
Ask HN: Fastest way to launch web app
I would recommend Ruby on Rails - you will find well establish gems for everything you need (eg: devise for auth, pay gem for paymens, sitepress for static content like marketing pages …)
There are also some very well done (simple to understand and maintain) starter kits. Here are two of them:
- https://jumpstartrails.com
- https://businessclasskit.com
I would recommend Avo (and I am doing so for a couple of projects) as a super great admin to manage everything:
- https://avohq.io
-
Show HN: Build your startup or side project faster with these SaaS templates
Quality is often much better with these kinds of templates and frameworks, because the creators often can make better default choices.
For example, Avo (https://avohq.io) and Bullet Train (https://bullettrain.co/) are IMHO both much higher quality out of the box than what a typical intermediate Rails developer could accomplish in months of full time learning and coding.
-
Mastering Rails Web Navigation with link_to and button_to Helpers - Part 2
<%= link_to(@car) do %> <%= @car.name %> -- Check this car! <% end %> cars/1"> Tesla -- Check this car! <%= link_to "https://avohq.io/" do %> AvoHQ - The Best Rails Guide <% end %> https://avohq.io/"> AvoHQ - The Best Rails Guide
-
Ready System with a Modern Stack and Many Features Using Ruby 3.2, Rails 7.0 and Avo 2
Access the Avo, and click on Sign Up. After completing registration, click on your profile icon and select Subscriptions, then Choose a plan, choose the Pro version and click on Start 30 day trial. The system URL is not required, click Subscribe. Now you will have your key to use the Avo 2 Pro version for 30 days.
- The Open Source Ruby on Rails SaaS Framework
- What are the cons of using something like https://avohq.io/ ?
-
Experience using Retool and Ruby on Rails
But there's another alternative for Ruby on Rails. This is a shameless plug, but why don't you try Avo?
-
Roast my page: Avo - A low-code tool that helps developers create internal tools, admin panels, and CMS-es with Ruby on Rails
URL: https://avohq.io
-
Ask HN: What would be your stack if you are building an MVP today?
Nothing really beats Rails. Use something like Jumpstart (jumpstartrails.com) and Avo (https://avohq.io) and you scaffold a full consumer-ready app in literally a few hours.
The thing that bugs me the most with Next.JS and the whole JAMStack movement is that, yeah, you get from "git clone" to deployed on Vercel in two minutes, but if you need to create real app features like a sturdy admin, accounts, authorization, proper asset management, CI/CD, it takes a whole lotta time. I'm not even touching the most common app features.
What are some alternatives?
RailsAdmin - RailsAdmin is a Rails engine that provides an easy-to-use interface for managing your data
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.
Administrate - A Rails engine that helps you put together a super-flexible admin dashboard.
Trestle - A modern, responsive admin framework for Ruby on Rails
Wallaby - Autocomplete the resourceful actions and views for ORMs for admin interface and other purposes.