Rademade Admin Save

Best rails admin panel!

Project README

rademade_admin

Gem Version Build Status Coverage Status Code Climate PullReview stats

Best rails admin panel!

Live demo

  1. http://admin.rademade.com/login
  2. Login: [email protected]
  3. Password: 123456

How to install

https://github.com/Rademade/rademade_admin/wiki/install

Supported options

options do
  model 'ModelName'

  # Fixed table head if need
  fixed_thead true
  
  # Navigation menu settings
  parent_menu 'ModelName'

  # Setting for list data (index action)
  # list :attr, :attr_other
  list do
    
  end
  
  # Settings for form
  # form :attr, :attr_other
  form do
    attr :boolean #Other :text, :file, :editor
  end
  
  labels do
    attr 'Label for attribute'
  end
  
end
Open Source Agenda is not affiliated with "Rademade Admin" Project. README Source: Rademade/rademade_admin
Stars
39
Open Issues
5
Last Commit
9 months ago
License
MIT

Open Source Agenda Badge

Open Source Agenda Rating