0
I Use This!
Inactive

Commits : Listings

Analyzed about 11 hours ago. based on code collected about 11 hours ago.
Jan 08, 2025 — Jan 08, 2026
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
double clicking ajm.ruby when a @scriptfile is set will now open that file in whatever program is associated with .rb files by your OS (i.e. an external text editor) More... over 15 years ago
updated help patch copyright date & release date More... over 15 years ago
Set the new JRubyEmbedEvaluator to be the default evaluator More... over 15 years ago
started using jruby complete jar to simplify the installation, removed dependencies on gems (midilib is now included relative to the scripts that use it) More... over 15 years ago
fixed a stack overflow in some of the help patches More... over 15 years ago
made conversion from ruby to max data types more robust More... over 15 years ago
stopped importing java.lang.System and com.cycling74.max.Atom into ajm.ruby's namespace More... over 15 years ago
@scriptfile's folder is now added to $LOAD_PATH so you can require files relative to it More... over 15 years ago
improved error reporting a little more More... over 15 years ago
forgot to checkin the JRuby 1.5.1 jar, now it's really upgraded to 1.5.1 More... over 15 years ago
error reporting should be a little better now More... over 15 years ago
script evaluation is now handled by JRuby Core Embed API ("RedBridge") More... over 15 years ago
upgraded to JRuby 1.5.1 More... over 15 years ago
max.jar updated to file from Max 5.1.4 More... over 15 years ago
list method now uses a splat for it's arguments More... about 16 years ago
flush System.err after evals to force JRuby Embed's error message to print to the Max window More... about 16 years ago
Removed javax.scripting (JSR223) and experimental "direct" ruby evaluators. These are being replaced with a new evaluator built on the JRuby Embed (AKA RedBridge) API. Eventually this should supersede BSF as the default evaluator. More... about 16 years ago
updated jruby to version 1.4.0 More... about 16 years ago
improvements to FileWatcher (it can now be paused and resumed) More... about 16 years ago
a couple more notes about ruby 1.9 support More... over 16 years ago
prevent adding whitespace to the $LOAD_PATH, which was somehow breaking ajm.midi2coll with JRuby 1.3.1 More... over 16 years ago
relative script loading examples fixed to work on windows More... over 16 years ago
preparing for release More... over 16 years ago
cleanup More... over 16 years ago
Double clicking ajm.ruby shows contents of scriptfile More... over 16 years ago
BigInteger only converted to a Max String when outside the int range More... over 16 years ago
automate JRuby patching to dummy-proof the distribution process More... over 16 years ago
some experimental code I want checked in even though it's not working yet More... over 16 years ago
preparing for 0.8.8 release with JRuby 1.3.1 More... over 16 years ago
misc cleanup More... over 16 years ago