Package net.sf.jruby.rails.asyncweb.config

Examples of net.sf.jruby.rails.asyncweb.config.RailsConfig.addLoadPath()


    protected void setUp() throws Exception {
        try {
            RailsConfig config = new RailsConfig();

            config.setRailsRoot("src/test/rails");
            config.addLoadPath("src/main/ruby");

            service = new RailsDispatchService();
            service.setRailsConfig(config);

            service.start();
View Full Code Here

TOP
Copyright © 2018 www.massapi.com. All rights reserved.
All source code are property of their respective owners. Java is a trademark of Sun Microsystems, Inc and owned by ORACLE Inc. Contact coftware#gmail.com.