Best practices for building a Rails admin interface from scratch
Active Admin is great for quickly rolling out a simple CRUD interface to manage your app’s data, but sometimes you need something more customized. If you are considering building an admin panel from scratch, be sure to follow these best practices or you might regret rolling your own down the road. http://www.carlosramireziii.com/best-practices-for-building-a-rails-admin-interface-from-scratch.html
Post a comment