mirror of
https://github.com/samsonjs/blog.git
synced 2026-03-25 09:05:51 +00:00
remove typo stylesheet, not used here
This commit is contained in:
parent
c9e6ae4f49
commit
1a58766347
1 changed files with 0 additions and 1 deletions
|
|
@ -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> 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 <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 don’t want to write it twice every time! If I’m adding a table in <strong>up</strong> then I probably want to drop it in <strong>down</strong>.</p>
|
||||
|
|
|
|||
Loading…
Reference in a new issue