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 Plugin that allows you to define routing requirements that test methods/properties of the request object such as subdomain, domain, port. You can test them either against a value or with a Regexp (assuming the method returns a string).
Description Plugin that allows you to define routing requirements that test methods/properties of the request object such as subdomain, domain, port. You can test them either against a value or with a Regexp (assuming the method returns a string). In routes.rb you can specify use the :requirements hash with request properties: map.connect '', :controller => 'main', :requirements => { :subdomain => 'www' } You can also, of course, use the requirements hash in map.with_options calls. The allowed properties are: :subdomain (only checks the first subdomain) :domain :method (a symbol) :port (a number) :remote_ip :content_type (content type of the post body) :accepts :request_uri (the entire request uri) :protocol (either http:// or https://)
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