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 Keep your old migrations, sex up your new migrations. It works with them newfangled Independent Migrations and is 100% backwards compatible.
Description Let's turn this: class UpdateYourFamily < ActiveRecord::Migration create_table :updates do |t| t.column :user_id, :integer t.column :group_id, :integer t.column :body, :text t.column :type, :string t.column :created_at, :datetime t.column :updated_at, :datetime end def self.down drop_table :updates end end Into this: class UpdateYourFamily < ActiveRecord::Migration create_table :updates do foreign_key :user foreign_key :group text :body string :type timestamps! end def self.down drop_table :updates end end Using this: === SVN: $ ./script/plugin install svn://errtheblog.com/svn/plugins/sexy_migrations === Piston: $ piston import svn://errtheblog.com/svn/plugins/sexy_migrations vendor/plugins/sexy_migrations
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