Live data from Hacker News

Show HN: Wallaby – A very Rails admin interface

github.com

1–10 of 10 posts

Re: Show HN: Wallaby – A very Rails admin interface

#3
I've used Active Admin a few times [1]. I can't really comment on Wallaby, but AA does the job, although documentation is a bit a problem. I had to dig into the code more than a handful times to figure out the correct way to customize a certain form input. Also AA_addons[2] contains some useful custom input fields.

[1] https://github.com/activeadmin/activeadmin [2] https://github.com/platanus/activeadmin_addons

Re: Show HN: Wallaby – A very Rails admin interface

#6
post #3

I've used Active Admin a few times [1]. I can't really comment on Wallaby, but AA does the job, although documentation is a bit a problem. I had to dig into the code more than a handful times to figure out the correct way to customize a certain form input. Also AA_addons[2] contains some useful custom input fields. [1] https://github.com/activeadmin/activeadmin [2] https://github.com/platanus/activeadmin_addons

The aim of wallaby is to make extremely complicated customization possible in Rails way, it's not just about custom input fields. It's a very different thinking from AA.