Show HN: Upmin – An Admin Framework for Ruby on Rails
31–40 of 55 posts
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#32Given its recency, is it safe to assume this works for Rails 4.2.0beta? I'm working on a new project for a client and was a little dismayed that both Rails Admin and ActiveAdmin currently have problems with 4.2.0.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#33Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#34Given its recency, is it safe to assume this works for Rails 4.2.0beta? I'm working on a new project for a client and was a little dismayed that both Rails Admin and ActiveAdmin currently have problems with 4.2.0.
I haven't tested it with 4.2.0 beta yet. I can give it a go this weekend and I will add it as an issue on github as well. If you comment on the issue or email me - jon [at] upmin.com - I can make sure to update you on this.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#35Hi 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!
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#36Hi 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!
This is great compared to the other admin frameworks I tried, but I think you should now spend some time on UI polishing (size of the fields and filters, visual hierarchy) to make it pleasant to use without any additional customization.
Thanks!
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#37Hi 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!
This is great compared to the other admin frameworks I tried, but I think you should now spend some time on UI polishing (size of the fields and filters, visual hierarchy) to make it pleasant to use without any additional customization.
Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#38Re: Show HN: Upmin – An Admin Framework for Ruby on Rails
#39I love it, great job guys, one suggestion though, mixing the admin logic and customisations with the model isn't a great idea, some models are already fat models, so maybe creating separate model config files would be better, thank you.