No commit activity in last 3 years
No release in over 3 years
Rails select helper for English Counties
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
2026
 Dependencies
 Project Readme

English County Select Tag

=============

Helper for Rails to list all English counties in a select tag. Pretty much a modified copy of the country_select gem for rails. URL: https://github.com/rails/country_select

Installation

Install as a gem using

gem install english_county_select

Or put the following in your Gemfile

gem 'english_county_select'

Example

Simple use supplying model and attribute as parameters:

english_county_select("user", "county_name")

or

form_for @user do |f|
    f.english_county_select :county_name
end

References

============== http://www.carronmedia.com/uk-postal-counties-list/ http://en.wikipedia.org/wiki/List_of_counties_of_the_United_Kingdom

Copyright (c) 2013 Przemyslaw Bobak (Twitter: @bobek_balinek), under the MIT license.