项目作者: rollincode

项目描述 :
Ruby On Rails sandbox with rails-admin
高级语言: Ruby
项目地址: git://github.com/rollincode/rollinbox.git
创建时间: 2016-03-30T13:32:05Z
项目社区:https://github.com/rollincode/rollinbox

开源协议:

下载


Rails 5 Sandbox

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

  1. <%= model_path(@model.slug) %>

Notifications

  1. redirect_to root_path, flash: {success: 'My message'}

Block on dashboard
integration example in model:

  1. included do
  2. rails_admin do
  3. navigation_label 'Page'
  4. navigation_icon 'fa fa-book'
  5. label_plural 'Pages'

navigation_icon and label_plural are optional

DASHBOARD

DASHBOARD

TODO

  • [X] Rails 5 migration
  • Capistrano instructions
  • [X] Capistrano initialization
  • [X] Clean up