Home
Softono
rademade_admin

rademade_admin

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

About rademade_admin

Best rails admin panel!

Platforms

Web Self-hosted

Languages

Ruby

Links

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