Sha256: ad2cb1019797063d79f92a9d970990d227b167e05bb24bca5bbf4a4849ce4c60
Contents?: true
Size: 1.46 KB
Versions: 1
Compression:
Stored size: 1.46 KB
Contents
= has_phone_numbers has_phone_numbers adds a base skeleton for handling phone numbers. == Resources API * http://api.pluginaweek.org/has_phone_numbers Wiki * http://wiki.pluginaweek.org/Has_phone_numbers Announcement * http://www.pluginaweek.org/ Source * http://svn.pluginaweek.org/trunk/plugins/active_record/has/has_phone_numbers Development * http://dev.pluginaweek.org/browser/trunk/plugins/active_record/has/has_phone_numbers == Description A phone number is a simple model whose data and functionality should be standardized across multiple applications. Phone numbers are minimialistic in terms of the type of data required and follows the standard U.S. format. Support for international formats may be added in the future. === Running migrations To migrate the tables required for has_phone_numbers, you can either run the migration from the command line like so: rake db:migrate:plugins PLUGIN=has_phone_numbers or (more ideally) generate a migration file that will integrate into your main application's migration path: ruby script/generate plugin_migration MigrateHasPhoneNumbersToVersion1 == Testing The following plugins/gems must be installed before any tests can be run: * plugin_dependencies - http://wiki.pluginaweekk.org/Plugin_dependencies * loaded_plugins - http://wiki.pluginaweek.org/Loaded_plugins * appable_plugins - http://wiki.pluginaweek.org/Appable_plugins == Dependencies This plugin does not depend on the presence of any other plugin.
Version data entries
1 entries across 1 versions & 1 rubygems
Version | Path |
---|---|
has_phone_numbers-0.0.1 | README |