How 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…
Show HN: Upmin – An Admin Framework for Ruby on Rails
21–30 of 55 posts
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#22Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#23Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#24Hi HN, I 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!
https://www.dropbox.com/s/fokwygisejzzk4m/Screenshot%202014-...
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#25I'm a big fan of the Django admin and I'm curious to know how life in Rails-land compares. Anyone with experience of both care to comment?
This looks like the very beginning of the Django admin, something that Rails could seriously use. Admin functionality isn't meant to be user friendly, its essentially a CRUD system that mimics your schema.. something that would be quite handy in Rails. While I've always painfully just created my own admin for every project, I've used https://github.com/activeadmin/activeadmin a few times, and known others who have as well. It's great, but again not nearly as simple as Django.
Personally I would love to see a Django Admin style tool for Rails.
Of course, you do kind of get this with Rails Scaffold, but its not admin, its all user facing as its produced with the model and controller, far from ideal.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#26Certainly ActiveAdmin has given me a share of headaches as I built my website. That being said - it works, and I'm familiar with it(and Arbre) now. How do you plan to get established sites like mine to switch to Upmin with such a high upfront cost(namely, reconfiguring Upmin to have all the same functionality I bled for for ActiveAdmin?) Any kind of migration plan?
I would love to talk to you more about what you have customized, and what all would need to be reconfigured to get started with upmin to learn from you if you don't mind sharing. My email is jon [at] upmin.com.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#27Hi HN, I 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!
Looks really cool! Just a small note that I'm having some weird font issues on Windows using Chrome. (not really obvious until you download and view the full size) https://www.dropbox.com/s/fokwygisejzzk4m/Screenshot%202014-...
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#28Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#29Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#30Does this work even if you don't have Devise as your authentication?