public
Description: TextMate bundle for Ruby Shoulda gem/Rails plugin
Homepage: http://thoughtbot.com/projects/shoulda
Clone URL: git://github.com/drnic/ruby-shoulda-tmbundle.git
Added "Factory attributes for" and should_filter.
carlosbrando (author)
Tue Sep 23 20:30:15 -0700 2008
commit  e5634b40ed94f379b12d7ddeac10923a2848cead
tree    d8091f974a978234eeb6818a0d83eda24feb4ee4
parent  cb9288f72993e8e1f06d13a008dc51d4ad857365
...
121
122
123
124
 
125
126
127
...
121
122
123
 
124
125
126
127
0
@@ -121,7 +121,7 @@
0
     <key>macros</key>
0
     <dict>
0
       <key>match</key>
0
- <string>\b(should_require_attributes|should_require_unique_attributes|should_protect_attributes|should_not_allow_values_for|should_allow_values_for|should_ensure_length_in_range|should_ensure_length_at_least|should_ensure_value_in_range|should_only_allow_numeric_values_for|should_have_many|should_have_and_belong_to_many|should_have_one|should_belong_to|should_be_restful|should_set_the_flash_to|should_not_set_the_flash|should_assign_to|should_not_assign_to|should_respond_with|should_render_template|should_redirect_to|should_render_a_form|setup|teardown|fixtures|load_all_fixtures|should_have_db_column|should_have_db_columns|should_have_index|should_have_indices|should_require_acceptance_of|shuold_set_the_flash_to|should_have_readonly_attributes|should_change|should_not_change|should_have_named_scope|should_ensure_length_is)\b</string>
0
+ <string>\b(should_require_attributes|should_require_unique_attributes|should_protect_attributes|should_not_allow_values_for|should_allow_values_for|should_ensure_length_in_range|should_ensure_length_at_least|should_ensure_value_in_range|should_only_allow_numeric_values_for|should_have_many|should_have_and_belong_to_many|should_have_one|should_belong_to|should_be_restful|should_set_the_flash_to|should_not_set_the_flash|should_assign_to|should_not_assign_to|should_respond_with|should_render_template|should_redirect_to|should_render_a_form|setup|teardown|fixtures|load_all_fixtures|should_have_db_column|should_have_db_columns|should_have_index|should_have_indices|should_require_acceptance_of|shuold_set_the_flash_to|should_have_readonly_attributes|should_change|should_not_change|should_have_named_scope|should_ensure_length_is|should_filter)\b</string>
0
       <key>name</key>
0
       <string>support.shoulda.macro</string>
0
     </dict>
...
73
74
75
 
76
77
78
...
188
189
190
 
 
191
192
193
...
206
207
208
 
209
210
211
...
262
263
264
 
265
266
267
...
73
74
75
76
77
78
79
...
189
190
191
192
193
194
195
196
...
209
210
211
212
213
214
215
...
266
267
268
269
270
271
272
0
@@ -73,6 +73,7 @@
0
         <array>
0
           <string>FE849AE2-89D1-4AEF-8C22-57D79457F0AC</string>
0
           <string>93DB4382-3BD8-4049-9422-1BD0611B3F94</string>
0
+ <string>7FA75BA9-3322-4360-97FA-4F80593CD091</string>
0
           <string>------------------------------------</string>
0
           <string>AB5CDA49-1BF3-477C-82FE-2A7F1B6B9ED2</string>
0
           <string>82E2214D-3457-42AE-A25B-DC90A270EFE4</string>
0
@@ -188,6 +189,8 @@
0
           <string>------------------------------------</string>
0
           <string>E3A9360A-3177-41C4-B21B-B1411282FB16</string>
0
           <string>9CD1EAE0-503A-4A47-86C8-3FC2D6868B88</string>
0
+ <string>------------------------------------</string>
0
+ <string>6CF2F8CC-F6B1-480E-849D-AB9F646E90EF</string>
0
         </array>
0
         <key>name</key>
0
         <string>Controllers</string>
0
@@ -206,6 +209,7 @@
0
     <string>6DA95A99-EC2D-4F6A-98D8-333F811EB18C</string>
0
     <string>1C1A512C-41C9-4A59-AD99-BFD831E9196B</string>
0
     <string>7F642DCE-BDA2-4630-8215-ECE11E31CC5F</string>
0
+ <string>6CF2F8CC-F6B1-480E-849D-AB9F646E90EF</string>
0
     <string>AFAC9DA9-19C9-417C-8F6D-C8757450E1A8</string>
0
     <string>91843C06-640F-4199-93B8-32D196350AE4</string>
0
     <string>43E1D56D-73E1-449B-A99B-8ECC4C438618</string>
0
@@ -262,6 +266,7 @@
0
     <string>7F83B339-D392-41AD-ABE7-84008F1477BE</string>
0
     <string>FE849AE2-89D1-4AEF-8C22-57D79457F0AC</string>
0
     <string>93DB4382-3BD8-4049-9422-1BD0611B3F94</string>
0
+ <string>86A59E4B-D889-464F-BF4E-D935110AD5ED</string>
0
     <string>AB5CDA49-1BF3-477C-82FE-2A7F1B6B9ED2</string>
0
     <string>82E2214D-3457-42AE-A25B-DC90A270EFE4</string>
0
     <string>11B3F310-CF79-47B5-8A42-8051ECD2954C</string>

Comments

    No one has commented yet.