This repository is private.
All pages are served over SSL and all pushing and pulling is done over SSH.
No one may fork, clone, or view it unless they are added as a member.
Every repository with this icon (
) is private.
Every repository with this icon (
This repository is public.
Anyone may fork, clone, or view it.
Every repository with this icon (
) is public.
Every repository with this icon (
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Fri Dec 19 18:32:50 -0800 2008 | |
| |
.gitmodules | Sat Dec 20 20:02:04 -0800 2008 | |
| |
Commands/ | Mon Dec 29 00:59:30 -0800 2008 | |
| |
README.markdown | Fri Dec 19 15:46:15 -0800 2008 | |
| |
SharedSupport/ | Fri Dec 19 18:32:00 -0800 2008 | |
| |
Snippets/ | Thu Jan 01 18:08:29 -0800 2009 | |
| |
Support/ | Mon Dec 29 22:09:22 -0800 2008 | |
| |
Syntaxes/ | Sun Dec 28 23:13:29 -0800 2008 | |
| |
info.plist | Thu Jan 01 18:08:29 -0800 2009 | |
| |
website - df88a29 | Mon Dec 29 22:09:22 -0800 2008 |
README.markdown
MacRuby TextMate bundle
Installation
To install via Git:
cd ~/"Library/Application Support/TextMate/Bundles/"
git clone git://github.com/drnic/macruby-tmbundle.git "MacRuby.tmbundle"
osascript -e 'tell app "TextMate" to reload bundles'
Source can be viewed or forked via GitHub: http://github.com/drnic/macruby-tmbundle/tree/master
MacRuby & Ruby 1.9 support
The default Ruby.tmbundle's Run and Run Rake Task commands (and all others) are executed through the default Ruby 1.8 interpreter. Instead, we want MacRuby files to be run through macruby instead.
This bundle also attempts to upgrade all of TextMate's Support/lib/*.rb files and many of the Ruby.tmbundle's Commands to work with MacRuby. This means:
- using
macrubyinstead ofrubyas$TM_RUBY - cleaning up
Support/libcode to be ruby1.9 compliant (TextMate'sSupportfolder has been copied into bundle asSharedSupportfolder) - fixing plist.bundle for ruby1.9
Currently Cmd+R (Run) and Ctrl+Shift+R (Run Rake Task) have been attempted, but both are failing.
Authors
Dr Nic Williams, drnicwilliams@gmail.com, http://drnicwilliams.com, Mocra







