0.03
No release in over 3 years
Low commit activity in last 3 years
There's a lot of open issues
Best rails admin panel. Great mechanism for customization and rapid development
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

>= 0.8.2, ~> 0.8
>= 0.1.7, ~> 0.1
~> 1.6
< 4.0.0, ~> 3.9.0
~> 4.0
~> 1.1
~> 0.16
>= 0.1.7, ~> 0.1
< 4.2, ~> 4.0
>= 4.0.3, ~> 4.0
>= 2.1, ~> 2
 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: mrtom@rademade.com
  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