Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/drnic/macruby-tmbundle
MacRuby TextMate bundle
https://github.com/drnic/macruby-tmbundle
Last synced: about 2 months ago
JSON representation
MacRuby TextMate bundle
- Host: GitHub
- URL: https://github.com/drnic/macruby-tmbundle
- Owner: drnic
- Created: 2008-12-19T13:02:28.000Z (about 16 years ago)
- Default Branch: master
- Last Pushed: 2009-01-02T02:08:46.000Z (almost 16 years ago)
- Last Synced: 2024-11-01T04:27:42.731Z (about 2 months ago)
- Language: Ruby
- Homepage: http://drnic.github.com/macruby-tmbundle/
- Size: 402 KB
- Stars: 59
- Watchers: 6
- Forks: 4
- Open Issues: 0
-
Metadata Files:
- Readme: README.markdown
Awesome Lists containing this project
README
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](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 `macruby` instead of `ruby` as `$TM_RUBY`
* cleaning up `Support/lib` code to be ruby1.9 compliant (TextMate's `Support` folder has been copied into bundle as `SharedSupport` folder)
* fixing plist.bundle for ruby1.9Currently Cmd+R (Run) and Ctrl+Shift+R (Run Rake Task) have been attempted, but both are failing.
Authors
=======Dr Nic Williams, [[email protected]](mailto:[email protected]), [http://drnicwilliams.com](http://drnicwilliams.com), [Mocra](http://mocra.com)