Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/thbar/ironruby-labs
Experimentations with IronRuby
https://github.com/thbar/ironruby-labs
Last synced: about 1 month ago
JSON representation
Experimentations with IronRuby
- Host: GitHub
- URL: https://github.com/thbar/ironruby-labs
- Owner: thbar
- Created: 2009-02-09T23:38:12.000Z (almost 16 years ago)
- Default Branch: master
- Last Pushed: 2010-01-30T12:10:46.000Z (almost 15 years ago)
- Last Synced: 2024-10-14T02:50:06.694Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 1.83 MB
- Stars: 3
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.textile
Awesome Lists containing this project
README
h1. Labs with IronRuby and Mono on Mac OS X
h2. Prerequisites
* you'll need Ruby (not IronRuby) as a starter, as I'm using a Rakefile to script these things.
* install a recent build of Mono "http://mono.ximian.com/monobuild/preview/download-preview/":http://mono.ximian.com/monobuild/preview/download-preview/h2. Checking the installation
Run the following command:
bash-3.2$ rake happy
(in /Users/thbar/Work/git/ironruby-labs)
Checking mono >= 2.2 installed - OK (2.4)h2. Download latest IronRuby bits
rake download
Everything should be downloaded and unpacked under the Release folder.
h2. Revert to a previously downloaded version of the IronRuby bits
In case you meet some kind of regression, you can revert to a previously downloaded file with:
rake revert version=10606
(Look for files named DLR.xxxxx.release.zip on your disk)
h2. Running an IronRuby file
rake run ui/test_form_with_button.rb
(should run a simple form with a button)
Feedback => [email protected]