administrate 0.20.1
Administrate is heavily inspired by projects like Rails Admin and ActiveAdmin, but aims to provide a better user experience for site admins, and to be easier for developers to customize. To do that, we're following a few simple rules: - No DSLs (domain-specific languages) - Support the simplest use cases, and let the user override defaults with standard tools such as plain Rails controllers and views. - Break up the library into core components and plugins, so each component stays small and easy to maintain.
          Gemfile:
          =
        
        
          install:
          =
        
      Versions:
- 1.0.0.beta3 December 24, 2024 (651 KB)
- 1.0.0.beta2 October 25, 2024 (649 KB)
- 1.0.0.beta1 February 05, 2024 (300 KB)
- 0.20.1 January 24, 2024 (57 KB)
- 0.20.0 January 17, 2024 (57 KB)
Runtime Dependencies (7):
            actionpack
            >= 6.0, < 8.0
          
          
            actionview
            >= 6.0, < 8.0
          
          
            activerecord
            >= 6.0, < 8.0
          
          
            jquery-rails
            ~> 4.6.0
          
          
            kaminari
            ~> 1.2.2
          
          
            sassc-rails
            ~> 2.1
          
          
            selectize-rails
            ~> 0.6
          
    
