vote up 0 vote down star

Hi, I have textmate 1.5.7 running on my leopard machine.

When programming in rails, for some reason some key words do not get highlighted. For example: validates_presence_of, has_many, remote_form_for (form_for gets highlighted) etc...

I tried switching themes and it did not help. I also tried upgrading to the most recent rails bundle from http://railsbundle.com/ but no cigar. Could someone please help?

Thank you very much, Yuval

flag

2 Answers

vote up 4 vote down check

If you're editing views like .erb files you'll want to select HTML (Rails) so the remote_form_for, etc. get properly highlighted. For everything else (controllers, models, migrations, etc.) like @Omar points out, make sure you've got Ruby on Rails selected.

link|flag
when editing views, i am in HTML (Rails) mode. code like form_for is highlighted, it's when i add the 'remote' that it's suddenly not highlighted... is my HTML (Rails) bundle out of date? if so, where do i update it? thanks! – yuval Jun 24 at 16:45
1  
If you don't have it installed already, go install the "GetBundle" bundle which has an AutoUpdate bundle command. This page has a good write up on how to install GetBundle al3x.net/2008/12/… – Scott Jun 24 at 17:21
i installed it, and it says the newest bundle it has for ruby on rails is from github, and is dated 2006. Most likely not rails 2.3... what to do? thank you for you help so far! – yuval Jun 26 at 7:46
You could try uninstalling the bundle and then installing this by downloading and just double clicking on the file. TM should recognize and install the bundle for you. Says it's compatible w/ Rails 2.0 railsbundle.com – Scott Jun 26 at 14:47
still didn't work - but thank you anyways. I'll mark this as the answer. – yuval Jul 12 at 22:30
vote up 6 vote down

Use RubyOnRails as your language rather than Ruby

link|flag
thank you! this solved the problem for the code in .rb files (question about html.erb still remains open, though. see comment for Scott) – yuval Jun 24 at 16:44

Your Answer

Get an OpenID
or

Not the answer you're looking for? Browse other questions tagged or ask your own question.