Best rails admin panel!
- http://admin.rademade.com/login
- Login: mrtom@rademade.com
- Password: 123456
https://github.com/Rademade/rademade_admin/wiki/install
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