remove typo stylesheet, not used here

This commit is contained in:
Sami Samhuri 2011-12-03 15:24:56 -08:00
parent c9e6ae4f49
commit 1a58766347

View file

@ -3,7 +3,6 @@ Date: February 18, 2006
Timestamp: 1140331680
Author: sjs
Tags: textmate, rails, hacking, rails, snippets, textmate
Styles: typocode
----
<p>My arsenal of snippets and macros in TextMate is building as I read through the rails canon, <a href="http://web.archive.org/web/20060615034816/http://www.pragmaticprogrammer.com/titles/rails/" title="Agile Web Development With Rails">Agile Web Development…</a> Im only 150 pages in so I havent had to add much so far because I started with the bundle found on the <a href="http://web.archive.org/web/20060615034816/http://wiki.rubyonrails.org/rails/pages/TextMate">rails wiki</a>. The main ones so far are for migrations.</p><p>Initially I wrote a snippet for adding a table and one for dropping a table, but I dont want to write it twice every time! If Im adding a table in <strong>up</strong> then I probably want to drop it in <strong>down</strong>.</p>