From c9e6ae4f49a2abaae2f0fa8f67ab8ae561135e59 Mon Sep 17 00:00:00 2001 From: Sami Samhuri Date: Sat, 3 Dec 2011 15:21:35 -0800 Subject: [PATCH] fix inline stylesheet, does not pass markdown :/ --- ...me-textmate-snippets-for-rails-migrations.md | 17 +---------------- 1 file changed, 1 insertion(+), 16 deletions(-) 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 a340fc3..9893b4c 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,6 +3,7 @@ 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.

@@ -59,19 +60,3 @@ end

I’ll be adding more snippets and macros. There should be a central place where the rails bundle can be improved and extended. Maybe there is…

- - -