Created
August 15, 2011 09:47
-
-
Save mindscratch/1145972 to your computer and use it in GitHub Desktop.
Rails: warbler config for a JRuby on Rails app
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| # 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