Rails Sugar
Posted: 17 September 2009 12:45 PM   [ Ignore ]
Newbie
Rank
Total Posts:  20
Joined  2009-02-26

Available here: http://github.com/insane-dreamer/rails.sugar

Feel free to fork, correct, or contribute to, and I’ll be happy to pull in additions. At this point, the CodeSense needs love. (Would only implement Rails specific codesense, so as not to duplicate the Ruby sugar.) File actions like switching between Model, Controller and View, etc., (my most desired features and the reason I still use TextMate instead of Espresso) will have to wait until there are more file-related APIs available from Espresso.

Profile
 
 
Posted: 12 October 2009 03:08 PM   [ Ignore ]   [ # 1 ]
Newbie
Rank
Total Posts:  4
Joined  2009-04-15

Thanks so much! I’m giving it a try later tonight.

Profile
 
 
Posted: 27 November 2010 01:13 PM   [ Ignore ]   [ # 2 ]
Newbie
Rank
Total Posts:  1
Joined  2010-11-27

Hi, I wanted to try out your sugar but all rails actions are greyed out, I’m unable to use them.  How can I activate them? I’m using TEA 1.1.1, hawx ruby sugar and elliot regex sugar.

Thanks

Image Attachments
espresso.jpg
Profile
 
 
Posted: 21 December 2010 05:57 PM   [ Ignore ]   [ # 3 ]
Newbie
Rank
Total Posts:  8
Joined  2010-11-19

I have the same issue with the Rails sugar. All the actions are greyed out . How do I fix this?

Profile
 
 
Posted: 22 December 2010 12:19 PM   [ Ignore ]   [ # 4 ]
Moderator
RankRankRankRank
Total Posts:  1252
Joined  2008-10-28

This is likely a problem with the <syntax-context> for the snippets in the Rails sugar.  You (or the sugar developer) will need to check the active zone in your document using the Syntax Inspector (Actions->Show Syntax Inspector) to make sure that the context matches the selectors in the TextActions/*.xml files’ <syntax-context> elements.

The simplest fix would be to switch the syntax-contexts all to “ruby, ruby *” or similar, which should expose all snippets in all Ruby zones.

 Signature 

Ian Beck
MacRabbit Support

Follow us on Twitter, or try my custom themes: Quiet Light & Earthworm

Profile