No commit activity in last 3 years
No release in over 3 years
Support for rails_admin field types UUID and Citext
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

>= 0

Runtime

>= 4.0.0
>= 0.6.0
 Project Readme

rails_admin_extra_field_types

Introduction

The rails_admin_extra_field_types adds support for UUID and Citext support to rails_admin

Installation

Rails >= 4.0.0, Ruby 2.0.0, rails_admin >= 0.6.0 and higher

The current version of rails_admin_extra_field_types is compatible with Rails 4.0.0 and Ruby 2.0.0 and higher.

Add it to your Gemfile:

gem 'rails_admin', ">= 0.6.0"
gem "rails_admin_extra_field_types", "~> 0.0.1"

or use the bleeding edge

gem 'rails_admin', ">= 0.6.0"
gem "rails_admin_extra_field_types", github: "wiseallie/rails_admin_extra_field_types"

Databases

At the moment this plugin has only been used on Postgresql, may work on Mysql and Sqlite

Credits

This depends on:

Rails admin: https://github.com/sferik/rails_admin

This project rocks and uses MIT-LICENSE.