From 1a58766347706c9954d2cf81123ff812c1044685 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 15:24:56 -0800 Subject: [PATCH] remove typo stylesheet, not used here --- .../2006.02.18-some-textmate-snippets-for-rails-migrations.md | 1 - 1 file changed, 1 deletion(-) diff --git a/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md b/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md index 9893b4c..fe086f2 100644 --- a/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md +++ b/published/2006.02.18-some-textmate-snippets-for-rails-migrations.md @@ -3,7 +3,6 @@ Date: February 18, 2006 Timestamp: 1140331680 Author: sjs Tags: textmate, rails, hacking, rails, snippets, textmate -Styles: typocode ----

My arsenal of snippets and macros in TextMate is building as I read through the rails canon, Agile Web Development… I’m only 150 pages in so I haven’t had to add much so far because I started with the bundle found on the rails wiki. The main ones so far are for migrations.

Initially I wrote a snippet for adding a table and one for dropping a table, but I don’t want to write it twice every time! If I’m adding a table in up then I probably want to drop it in down.