Home
Softono

Rademade Admin

Open source MIT Ruby
38
Stars
15
Forks
5
Issues
11
Watchers
3 years
Last Commit

 About Rademade Admin

Best rails admin panel!

Platforms

Web Self-hosted

Languages

Ruby

Links

Need Help Installing Rademade Admin?

We provide expert installation service for this software. Our team will install, configure, and secure Rademade Admin on your server. plans start at just $30.

Rademade Admin

View on GitHub

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