Repository is archived
Low commit activity in last 3 years
No release in over a year
A plugin to deal with country selection in Administrate
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Development

~> 13.0
~> 3.8

Runtime

>= 3.1, < 5.0
~> 2.0, >= 2.0.8
>= 4.2, < 8
 Project Readme

Administrate::Field::Country

No Maintenance Intended Build status Code Climate


IMPORTANT NOTICE

This gem is not actively maintained anymore.

If you’re interested in taking over and steward the project moving forward, please get in touch.


A plugin to deal with country selection in Administrate, with the help of country_select gem.

You can customize any country_select options by passing a country_select_options hash in your dashboard configuration (see below).

Usage

Add it to your Gemfile:

gem 'administrate-field-country', '~> 0.3.0'

Run:

$ bundle install

Add to your FooDashboard:

ATTRIBUTE_TYPES = {
  bar: Field::Country.with_options(country_select_options: { priority_countries: %w[US IT GB], include_blank: true })
}.freeze

About

This gem is maintained by Zooppa.