public
Description: Ruby on Rails TextMate bundle [Learn it with PeepCode - http://peepcode.com/products/textmate-for-rails-2]
Homepage: http://groups.google.com/group/rubyonrails-textmate
Clone URL: git://github.com/drnic/ruby-on-rails-tmbundle.git
Click here to lend your support to: ruby-on-rails-tmbundle and make a donation at www.pledgie.com !
removed acts_as_list and acts_as_tree from syntax as they are now plugins


git-svn-id: 
http://macromates.com/svn/Bundles/trunk/Bundles/Ruby%20on%20Rails.tmbundle
@9950 dfb7d73b-c2ec-0310-8fea-fb051d288c6d
drnic (author)
Wed Jun 18 17:24:42 -0700 2008
commit  4f199f8859af1f277ab34849b929e44dae9e54b8
tree    7aa2772f3e738976e42ea0881775e15d1a9d7ab8
parent  c20005e2fe51ae0196a7dbec2680e32761a46b46
...
244
245
246
247
 
248
249
250
...
244
245
246
 
247
248
249
250
0
@@ -244,7 +244,7 @@
0
     </dict>
0
     <dict>
0
       <key>match</key>
0
- <string>\b(acts_as_list|acts_as_tree|after_create|after_destroy|after_save|after_update|after_validation|after_validation_on_create|after_validation_on_update|before_create|before_destroy|before_save|before_update|before_validation|before_validation_on_create|before_validation_on_update|composed_of|belongs_to|has_one|has_many|has_and_belongs_to_many|validate|validate_on_create|validates_numericality_of|validate_on_update|validates_acceptance_of|validates_associated|validates_confirmation_of|validates_each|validates_format_of|validates_inclusion_of|validates_exclusion_of|validates_length_of|validates_presence_of|validates_size_of|validates_uniqueness_of|attr_protected|attr_accessible|attr_readonly)\b</string>
0
+ <string>\b(after_create|after_destroy|after_save|after_update|after_validation|after_validation_on_create|after_validation_on_update|before_create|before_destroy|before_save|before_update|before_validation|before_validation_on_create|before_validation_on_update|composed_of|belongs_to|has_one|has_many|has_and_belongs_to_many|validate|validate_on_create|validates_numericality_of|validate_on_update|validates_acceptance_of|validates_associated|validates_confirmation_of|validates_each|validates_format_of|validates_inclusion_of|validates_exclusion_of|validates_length_of|validates_presence_of|validates_size_of|validates_uniqueness_of|attr_protected|attr_accessible|attr_readonly)\b</string>
0
       <key>name</key>
0
       <string>support.function.activerecord.rails</string>
0
     </dict>

Comments

    No one has commented yet.