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.