Is your plugin hosted on GitHub? Make sure to press the "fetch" button next to the repository field to fetch your plugin's info from GitHub rather than typing it all in.
Repository
Name
Home Page
Short description Need a concise time only picker, instead of the multiple select fields in Rails? This Rails plugin will provide a simple time picker. Very useful in circumstances where you want a select list of times, and you do not care about the date.
Description TimePicker ========== Installation ------------ Use either script/plugin install svn://rubyforge.org/var/svn/timepicker/trunk or svn propset svn:externals 'timepicker svn://rubyforge.org/var/svn/timepicker/trunk' vendor/plugins Usage ----- The usage of time_picker follows closely of that of ActionView::Helpers::DateHelper. Once installed, use it in your views. Right now, the only method is time_picker(datetime, options = {}) Examples -------- To use a time_picker with the default 24 hour format, 30 minute step, time_picker(Time.now, {:minute_step => 30}) To use a time_picker with 12 hour format, 30 minute step, time_picker(Time.now, {:time_format => '12', :minute_step => 30}) Other options (same as ActionView::Helpers::DateHelper) are: * :prefix * :field_name * :time_separator
Description format RDoc MarkDown Textile
License Ruby's Rails' (MIT) GPL LGPL BSD Apache Artistic PublicDomain BSD-type Free-Trial Free-but-Restricted OpenSource Proprietary Shareware Source-available-proprietary Commercial
Category Assets Controllers Internationalization Misc. Enhancements Model Rails Engines Searching and Queries Security Statistics and Logs Testing View Extensions