UsStates ======== From http://svn.techno-weenie.net/projects/plugins/us_states/, updated to run under rails 2.2. To select "priority" states that show up at the top of the list, call like so: <%= us_state_select 'child', 'state', :priority => %w(TX CA) %> To select the way states display option and value: this (default): <%= us_state_select 'child', 'state'%> will yield this: <option value="AK">Alaska</option> ______ this: <%= us_state_select 'child', 'state', :show => :full %> will yield this: <option value="Alaska">Alaska</option> ______ Options are: :full = <option value="Alaska">Alaska</option> :full_abb = <option value="AK">Alaska</option> :abbreviations = <option value="AK">AK</option> ::abb_full_abb = <option value="AK">AK - Alaska</option>
Project
us_states_select
US State select Rails plugin
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
2025
Pull Requests
Development
Dependencies
Runtime
>= 1.2
Project Readme