public
Description: TextMate bundle for DataMapper ORM
Clone URL: git://github.com/drnic/datamapper-tmbundle.git
Search Repo:
I created a deleted at snippet to insert "property :deleted_at, 
ParanoidDateTime"
Fri Jul 04 01:17:41 -0700 2008
commit  982cf066c466eaa8d6a101a158961332c9866616
tree    ac61603f0b114f6625f1494d0fdc052dcfb88924
parent  0cbf85c1dd44c6d6cea57a0265e1a2322c8bb0ec
...
1
2
 
3
4
5
6
 
7
8
9
...
1
 
2
3
4
5
 
6
7
8
9
0
@@ -1,9 +1,9 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>content</key>
0
- <string>:order =&gt; "${1:created_at}${2: desc}", :$0</string>
0
+ <string>:order =&gt; [:${1:created_at}.${2:desc}]$0</string>
0
   <key>name</key>
0
   <string>:order</string>
0
   <key>scope</key>
...
1
2
 
3
4
5
...
63
64
65
 
66
67
68
...
1
 
2
3
4
5
...
63
64
65
66
67
68
69
0
@@ -1,5 +1,5 @@
0
 <?xml version="1.0" encoding="UTF-8"?>
0
-<!DOCTYPE plist PUBLIC "-//Apple//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
+<!DOCTYPE plist PUBLIC "-//Apple Computer//DTD PLIST 1.0//EN" "http://www.apple.com/DTDs/PropertyList-1.0.dtd">
0
 <plist version="1.0">
0
 <dict>
0
   <key>mainMenu</key>
0
@@ -63,6 +63,7 @@
0
     <string>F68DD661-EB16-465E-AE8C-48E45FF50BE7</string>
0
     <string>9DD0AACE-3F13-423A-A23D-CA61171CB4BE</string>
0
     <string>A5EE12AD-99BE-4A8F-8C35-179E11C54842</string>
0
+ <string>C8699B0E-4568-4015-9A62-D307EEA9F054</string>
0
     <string>11D97D10-C480-487D-B551-D337303367B1</string>
0
     <string>468A0DEC-5FD2-437E-B286-158AF42CA8C2</string>
0
     <string>7C87BE4B-4A42-49FB-99D1-C1729C68D446</string>

Comments

    No one has commented yet.