Sha256: 218e3e592b8a68832fd072f7bf8c3f8c4fb5a2a309e0051e50df61b4b6254f64
Contents?: true
Size: 626 Bytes
Versions: 14
Compression:
Stored size: 626 Bytes
Contents
# Goldspike configuration # Set the version of JRuby and GoldSpike to use: #maven_library 'org.jruby', 'jruby-complete', '1.0' #maven_library 'org.jruby.extras', 'goldspike', '1.3-SNAPSHOT' # Add a Java library from the Maven repository: maven_library 'postgresql', 'postgresql', '8.2-504.jdbc4' add_gem('postgres-pr', '>=0.0.1') #configuration.jetty_java_opts = '-Xmx1024m -Djruby.jit.enabled=true -Dcom.sun.grizzly.rails.numberOfRuntime=32 -XX:-PrintGC -XX:+CITime -XX:+PrintCompilation' configuration.jetty_java_opts = '-Xmx1024m -Djruby.jit.logging=true -Dcom.sun.grizzly.rails.numberOfRuntime=32 -XX:+PrintCompilation'
Version data entries
14 entries across 14 versions & 1 rubygems