Code Review:
e562d8http://github.com/jschementi/ironruby/commit/e562d8bbd338e06b89f6e067542d40bd11b21921
Adds irackup and fixes irake (Method#to_proc
hack)http://github.com/jschementi/ironruby/commit/e562d8bbd338e06b89f6e067542d40bd11b21921
-
Only adding "irackup" is useful in this commit, as
Method#to_proc should be fixed now …
9fc1bdhttp://github.com/jschementi/ironruby/commit/9fc1bdcf822c6c5abe6a95e932b7513ddfe272ef
Log
KCODEhttp://github.com/jschementi/ironruby/commit/9fc1bdcf822c6c5abe6a95e932b7513ddfe272ef
1e0168http://github.com/jschementi/ironruby/commit/1e01688dabdaf2d80afc2ad6b541486a57a5f6c0
fix KCODE error
messagehttp://github.com/jschementi/ironruby/commit/1e01688dabdaf2d80afc2ad6b541486a57a5f6c0
-
Fixes KCODE error message "incompatible character encodings:
utf-8 and utf-8" encountered in Rails.
-
and logging for KCODE updates (Tomas, what cmdline args are
needed to trigger this? It’s not in the -h usage display.)
e9d15dhttp://github.com/jschementi/ironruby/commit/e9d15d93082e8ac8d32ce2a51939c32f8c0cfb03
Add ngen install/uninstall
scriptshttp://github.com/jschementi/ironruby/commit/e9d15d93082e8ac8d32ce2a51939c32f8c0cfb03
92932ahttp://github.com/jschementi/ironruby/commit/92932a672921a03210c8aefe23ac0a7d6996ed2d
require
'System.Windows.Forms’http://github.com/jschementi/ironruby/commit/92932a672921a03210c8aefe23ac0a7d6996ed2d
~Jimmy