MissingMethod plugins available via SVN

I’ll be making some of the Ruby on Rails plugins I’ve written available for checkout via SVN. I took some time today to set up the repository and add the first plugin, DecimalMigrations.

DecimalMigrations allows you to use decimal numbers when naming your Rails migrations, which comes in handy when you have to go back and change an old migration or insert something new. This obviously goes against some of the logic of migrations in Rails, and it’s basically an ugly hack, so please use it carefully and sparingly.

To install:

ruby script/plugin install http://missingmethod-projects.googlecode.com/svn/trunk/plugins/decimal_migrations/

Or just check out the source from Subversion:

svn checkout http://missingmethod-projects.googlecode.com/svn/trunk/


<—b0f2e33d93e817a0b863e239434faba9—>


No Responses to “MissingMethod plugins available via SVN”  

  1. No Comments

Leave a Reply