|
RubyLoader
A CFC to load & run Ruby scripts via ColdFusion
INTRODUCTIONRuby allows for the execution of Ruby scripts within Java. ColdFusion gives us access to this functionality via our ability to call Java objects with createObject(). RubyLoader attempts to abstract as much of this work as possible from the ColdFusion developer so that you can leverage the power of Ruby scripts within your ColdFusion applications. DOWNLOADPlease pull the latest version of RubyLoader from SVN, under the "source" tab at the top of the page. INSTALLATIONThe following are the steps for installing the RubyLoader CFC. 1. Copy contents of the /lib directory into ${ColdFusionRoot}/cfusion/lib directory 2. Copy contents of the /src directory into your webroot. USAGESee /src/example.cfm for an example of how to use RubyLoader LICENSESee the license.txt file included with this bundle. CHANGELOG7/22/08 - v 0.1 - Initial Release |
Sign in to add a comment