Skip to content

Instantly share code, notes, and snippets.

@mindscratch
Created August 15, 2011 09:47
Show Gist options
  • Select an option

  • Save mindscratch/1145972 to your computer and use it in GitHub Desktop.

Select an option

Save mindscratch/1145972 to your computer and use it in GitHub Desktop.
Rails: warbler config for a JRuby on Rails app
# this file would live in myapp/confif directory
# this only shows the lines that I had uncommented/configured in the warble.rb file
# that was generated with warble v1.3.1
Warbler::Config.new do |config|
config.dirs = %w(app config lib log vendor tmp)
config.webxml.jruby.compat.version = "1.9"
config.webxml.jruby.max.runtimes = "1"
end
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment