public
Description: A Ruby web application framework
Homepage: http://www.mackframework.com
Clone URL: git://github.com/markbates/mack.git
Search Repo:
Click here to lend your support to: mack and make a donation at www.pledgie.com !
Forgot to add the generate:migration task.
markbates (author)
Mon Apr 14 13:31:24 -0700 2008
commit  de723e5f94e5ae3482b0160ff84604c017e31277
tree    d08a5daf1ae6a98199b2449e90c539624d009079
parent  05e14add6f3e91adf69fe85861d48118d96a03c7
...
6
7
8
 
9
10
11
...
6
7
8
9
10
11
12
0
@@ -6,6 +6,7 @@
0
 * Added: mack_ring_server binary to start a Rinda ring server for use with distributed routing.
0
 * Sqlite3 is now the default database for Mack applications configured with ORM support.
0
 * Added a test helper method, rake_task, to aid in the testing of Rake tasks.
0
+* Added: rake generate:migration name=<migration_name>
0
 * Added: rake db:migrate
0
 * Added: rake db:abort_if_pending_migrations
0
 * Added: rake db:rollback

Comments

    No one has commented yet.