-
Notifications
You must be signed in to change notification settings - Fork 0
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Useful links for background reading #3
Comments
@codereading/readers |
https://www.ruby-toolbox.com/projects/activeadmin I have tested active_admin but have not used it for projects. It's UI is really good but not satisfactory for me. I would not use it for my own projects. |
I learn how to use it from the episode of RailsCasts and http://activeadmin.info/documentation.html. |
I've just found out this interesting post: http://reverbhq.com/blog/2012/08/building-web-apps-with-activeadmin/?utm_source=rubyweekly&utm_medium=email I've used active_admin in one of my clients projects too, se he could manage posts, image galleries and some other simple resources with it. |
@samnang +1 for filters. I like the fact that it's a lot easier for development. There are really just specific features or improvements which I don't how to implement with active_admin like http://demo.activeadmin.info/admin/products?order=id_desc&page=1&scope=featured_products . If I want to display link to author below the book titles rather than let admin user click on show. I am curious on how to do that with active_admin. Perhaps we can all create some apps and learn this. In my case, it will be my first time! |
@bridgeutopia take a look at https://github.com/gregbell/demo.activeadmin.info/blob/master/app/admin/products.rb that's the source code of the exemple you mentioned. |
@birula Thanks! I've yet to determine if I can and should use it. I will come up with a list and when I'm stuck with an issue, I'd post here. |
This one is much more informative on rails engine, http://www.slideshare.net/AndyMaleh/rails-engine-patterns. Have a look! |
Feel free to provide any links you think would be useful re: active_admin.
Tutorials, interviews etc
The text was updated successfully, but these errors were encountered: