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 A simple fix to run tests with sqlite.
Description A simple fix to run tests with sqlite. From example at http://blog.seagul.co.uk/articles/2006/02/08/in-memory-sqlite-database-for-rails-testing In your database.yml, use test: adapter: sqlite3 database: ":memory:" It runs much faster! You can also adjust the verbosity of the output: test: adapter: sqlite3 database: ":memory:" verbosity: silent == Authors Chris Roos Adapted by Geoffrey Grosenbach, http://nubyonrails.com Verbosity patch by Kakutani Shintaro
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