smpallen99
Create an elegant Administrative GUI for your Phoenix/Ecto application with a couple console commands. Customize the interface with a convenient DSL ExAdmin was inspired by Ruby on Rails’ ActiveAdmin.
Trending in Announcing
You may know https://ui.shadcn.com/, a UI component library for React. I really love it’s design style and components. I’ve built some co...
New
Flop is an Elixir library that applies filtering, ordering and pagination parameters to your Ecto queries.
offset-based pagination with...
New
Hey, I’m Jesse and I’m the main contributor behind Dexter, a full-featured, lightning-fast Elixir LSP optimized for large codebases. It s...
New
The Chelekom project is a library of Phoenix and LiveView components generated via Mix tasks to fit developer needs seamlessly.
One of i...
New
Phoenix components for pagination, sortable tables and filter forms with Flop and (optionally) Ecto.
pagination
cursor pagination
sorta...
New
Please say hi to a new lib, Astro that aims to deliver easy-to-consume astronomy calculations of practical use. For now it only calculat...
New
Beam Bots (or just BB for short) is a framework for building fault-tolerant robotics applications in Elixir using familiar OTP patterns. ...
New
Other Trending Topics
There has been a thread to discuss the Stack Overflow Developer Survey on this forum every year since 2018, so here’s yet another one for...
New
I just stumbled on a newly redesigned elixir-lang.org. :tada: It looks like @Software_Mansion did the work, and I think it is generally a...
New
@hugobarauna and I (Alex Koutmos) have been hard at work on writing a book on Nerves that takes you from simply blinking LEDs to building...
New
I’m looking to build a personal workflow to quickly deploy web applications written in elixir/phoenix, for local consumption (ie not on t...
New
Fly’s CEO posted this recently - Turn And Face The Strange · The Fly Blog
It says that Fly is going all-in on sprites, which is a worry ...
New
Hey folks,
I just published a post about Hologram’s funding and where the project goes next - the short version:
Curiosum as Main Spons...
New
Categories:
Sub Categories:
Forums
Popular Tags
- #ecto
- #liveview
- #troubleshooting
- #learning-elixir
- #deployment
- #library
- #erlang
- #testing
- #genserver
- #mix
- #absinthe
- #remote-other
- #otp
- #plug
- #how-to-question
- #macros
- #postgres
- #channels
- #elixirconf
- #exunit
- #discussion
- #code-sync
- #javascript
- #podcasts
- #onsite
- #dialyzer
- #docker
- #authentication
- #umbrella
- #full-time-contract
- #podcasts-by-brainlid
- #ecto-query
- #elixir-ls
- #blog-post
- #phoenix_html
- #iex
- #graphql
- #ai
- #genstage
- #elixirconf-us
- #websockets
- #supervisor
- #advent-of-code
- #distillery
- #processes
- #api
- #forms
- #metaprogramming
- #security
- #hex










First 10 of 10 Posts
smpallen99
Just published 0.7.4 with support for a new theme. The old theme is still supported through a configuration option. Use the github master branch for Ecto 2.0 support.
AstonJ
Nice one Stephen, I am sure many people are going to find this very handy
Just a quick question, was there any reason in particular why you went for something more like ActiveAdmin rather than RailsAdmin? I opted for RA in the end as it required a lot less set up than AA (or at least it did when I opted to use it). Not a criticism, just wondering if there were any reasons for your decision
smpallen99
@AstonJ. Simple answer to that one. I wrote ExAdmin when I was porting an existing Rails / ActiveAdmin app to Phoenix and needed something familiar. So I did not really take any time to evaluate other solutions.
AstonJ
That makes sense
I think they both ended up being pretty similar in the end (but was curious all the same).
wfgilman
I have an umbrella application I’d love to use ExAdmin for. However, my web and repo are in separate applications. I’m running into some issues using the
mix admin.gen.resourcetask to add models to the dashboard.Is there any configuration changes I can make to account for umbrella applications? (I thought I’d ask before digging through the code.)
Thanks!
smpallen99
I just pushed a ExAdmin phx-1.3 branch with experimental support for Phoenix 1.3 projects created with
mix phx.new. Its still a light on testing, but I need get back to another project now. Will followup in a couple days with passing tests.smpallen99
I’ve started working on some ideas/prototyping of a major overhaul of ExAdmin. I’m pretty excited about moving away from the DSL approach and using a more Phoenix based approach. Now’s the time to jump in an voice your opinion on these changes. Checkout this issue for an overview and some ideas I’m playing around with right now. Please free free to leave your feedback.
vraravam
@smpallen99: Any updates on this? Is there a new version of ex_admin that we can contribute to and/or use in upcoming projects?
smpallen99
@vraravam I’d love some help bringing it back to life. I don’t have a lot of time to work on it myself, but will make time to review pull requests. After a few commits, and when I’m happy with you’re code quality, I’ll consider adding you to the committer list.
The first task that needs do be done is to clean up the phx-1.3 branch so we can merge it into master.
Steve
vraravam
@smpallen99: I had submitted a couple of PRs for both ex_admin and contact_demo a long time ago (almost 1-2 years ago) - but, they are still not merged in. If they are not following your guidelines, it would be good to work them out and have them merged in. That might give you some confidence in making me a committer?
Of course, the
phx-1.3branch getting upgraded is also on top of my list - so, i’ll take a look at it this week - and see if i can make some PRs for that.