Show HN: Upmin – An Admin Framework for Ruby on Rails
1–10 of 55 posts
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#2I am one of the founders of Upmin, and I am leading the development of our admin framework for Rails. It is still pretty early, but I would love to get your feedback on it as we try to prioritize our development efforts.
Thanks!
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#3Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#4My first impressions are really positive. I'll give it a whirl ! Thanks for making and sharing this!
If you have any questions there is almost always someone on our HipChat support room - http://www.hipchat.com/gvREostp6
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#5Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#6How does this compare to activeadmin?
1. Customizing views requires that you use Arbre. Learning an entirely new tool for generating webpages when every developer is already familiar with partials, html, erb, etc seemed backwards to me.
2. I tried to design upmin-admin so it was easier to setup. Active admin requires a little bit more work (but truthfully not a ton more).
3. Adding things like actions was significantly easier in upmin-admin. You basically just say what method you want to have on an admin page and it makes it work.
That said, this is very early stage (beta at best) and active admin has been under development for a while, so active admin is definitely more polished right now. That should change over time.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#7Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#8How does this compare to https://github.com/sferik/rails_admin ?
Maybe someone else with more experience with rails_admin could comment?
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#9How does this compare to activeadmin?
I am biased, but I didn't like a few things about active admin: 1. Customizing views requires that you use Arbre. Learning an entirely new tool for generating webpages when every developer is already familiar with partials, html, erb, etc seemed backwards to me. 2. I tried to design upmin-admin so it was easier to setup. Active admin requires a little bit more work (but truthfully not a ton more). 3. Adding things li…
stuff like arbre, too much dynamism/magic, not so rails way, custom css...
at first look upmin seems on the right way (imho), but i personally don't like the haml choice.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#10How does this compare to activeadmin?
I am biased, but I didn't like a few things about active admin: 1. Customizing views requires that you use Arbre. Learning an entirely new tool for generating webpages when every developer is already familiar with partials, html, erb, etc seemed backwards to me. 2. I tried to design upmin-admin so it was easier to setup. Active admin requires a little bit more work (but truthfully not a ton more). 3. Adding things li…