So, I just installed OSX Lion and have been trying to get TextMate setup on it (first time using TextMate). I've found all these links about installing bundles, but I can't seem to get any of them to be loaded into the program.
For instance, on pretty much all TextMate bundles, after you pull the code from github, this command is always listed:
osascript -e 'tell app "TextMate" to reload bundles'
Doing this gives me this response:
2011-09-16 17:32:55.276 osascript[19941:707] Error loading /Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: dlopen(/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types, 262): no suitable image found. Did find:
/Library/ScriptingAdditions/Adobe Unit Types.osax/Contents/MacOS/Adobe Unit Types: no matching architecture in universal wrapper
osascript: OpenScripting.framework - scripting addition "/Library/ScriptingAdditions/Adobe Unit Types.osax" declares no loadable handlers.
I'd like to find some more recent resources for TextMate so I know how to set it up for coding with Ruby on Rails 3.1 (everyone seems to talk about a screencast for Rails 2, which you have to pay for :P), so obviously most TextMate resources are far out of date. I also tried reloading the bundles within the TextMate GUI (Bundles -> Bundle Editor -> Reload Bundles), but this doesn't seem to help any.
Even just some good, current resources on how to get the most out of TextMate would be great. Thoughts?