I am using Aptana as my Rails text editor.

When I am in a controller action "new for example" and I want to navigate to the view "new.html.erb" I press "Alt+ctr+shift+down" then I can navigate to the erb view.

However, when I am using haml and try the same, Aptana searches for "new.html.erb" not "new.html.haml" and displays "view file not found"

How can I tell Aptana that I am using haml views not erb?

link|improve this question

feedback

2 Answers

please do the following:

select the method name and press the following. You will reach the view.

shift + ctrl + v

link|improve this answer
doesn't work. I think it works with RadRails not aptana – Mahmoud Khaled Jan 19 at 17:34
feedback

Please don't hassle around with aptana, use something like SublimeText 2 or VIM

link|improve this answer
feedback

Your Answer

 
or
required, but never shown

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