Ready to use sandbox, back-end/front-end architecture provided.
- Rollincode rails admin theme (new modern bootstrap 3)
- Nested sortable models
- Image and attachment uploaders
- Admin and User accounts configured
- Seo optimization (friendly_id)
- Froala v2 + file and images manager WYSIWYG
- Block system on dashboard
- ... many others
Model link example with slug see friendly_id
<%= model_path(@model.slug) %>
Notifications
redirect_to root_path, flash: {success: 'My message'}
Block on dashboard integration example in model:
included do
rails_admin do
navigation_label 'Page'
navigation_icon 'fa fa-book'
label_plural 'Pages'
navigation_icon and label_plural are optional
- Rails 5 migration
- Capistrano instructions
- Capistrano initialization
- Clean up