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
Shoulda 2.0
carlosbrando (author)
Tue Sep 30 11:08:03 -0700 2008
commit  97ca61fba177f32e24710a17b80f231bc22b4b2c
tree    9035a7b7fd1ff15e22ce258a59a6cd0aafab9038
parent  7f11a60511a4fc3bd543662f234c0c749f0ff1db
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@
0
   <key>scope</key>
0
   <string>source.ruby.rails.shoulda</string>
0
   <key>tabTrigger</key>
0
- <string>shnat</string>
0
+ <string>shna</string>
0
   <key>uuid</key>
0
   <string>F50ED5FA-79F1-4854-BEE6-9F43E329A23B</string>
0
 </dict>
...
9
10
11
12
 
13
14
15
...
9
10
11
 
12
13
14
15
0
@@ -9,7 +9,7 @@
0
   <key>scope</key>
0
   <string>source.ruby.rails.shoulda</string>
0
   <key>tabTrigger</key>
0
- <string>shrt</string>
0
+ <string>shre</string>
0
   <key>uuid</key>
0
   <string>213E7120-B580-4C77-BD67-ACDC70A5D100</string>
0
 </dict>
...
3
4
5
6
 
7
8
9
...
3
4
5
 
6
7
8
9
0
@@ -3,7 +3,7 @@
0
 <plist version="1.0">
0
 <dict>
0
   <key>content</key>
0
- <string>should_render_with_layout '${1:layout}'</string>
0
+ <string>should_render_with_layout ${1:'${2:layout}'}</string>
0
   <key>name</key>
0
   <string>should_render_with_layout</string>
0
   <key>scope</key>
...
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|should_filter_params|should_respond_with_content_type|should_route)\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_params|should_respond_with_content_type|should_route|should_return_from_session)\b</string>
0
       <key>name</key>
0
       <string>support.shoulda.macro</string>
0
     </dict>
...
255
256
257
 
258
259
260
...
255
256
257
258
259
260
261
0
@@ -255,6 +255,7 @@
0
     <string>F4A20E41-8C75-437F-BD2E-4E6E3A25E1D3</string>
0
     <string>FAD1A46E-E71E-46E7-9F12-D83DE6F3290E</string>
0
     <string>27547CD9-0E8C-4E61-AF21-D56D17CBD329</string>
0
+ <string>6B8F56ED-F4BE-4D92-A0D8-11E79DEDF31E</string>
0
     <string>213E7120-B580-4C77-BD67-ACDC70A5D100</string>
0
     <string>40F75860-994B-4E9E-9879-97CE97EF1FE3</string>
0
     <string>3072E3F8-22C5-467E-BE8C-8C14DF4308A7</string>

Comments

    No one has commented yet.