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 Milton is an upload-handling plugin for Rails that tries to make as few assumptions as possible while providing a lot of functionality.
Description Milton is an upload-handling plugin that assumes little and is highly extensible. Many similar plugins make assumptions about the type of things you'll be uploading and require some hacking when you want to do something like upload images with thumbnails as well as PDFs with previews. Milton attempts to solve this by assuming nothing about what you'll be uploading and giving you, at the very least, a plugin for dealing with an underlying file-system. You can then tack on extra functionality, like handling uploaded files (`is_uploadable`), or resizing images (`is_resizeable`) to certain types of assets. Milton is built to be extensible by keeping pollution of your ActiveRecord model to a minimum, allowing you to extend Milton through a small and simple API rather than dealing with a giant module mixed into your classes.
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