warbler
warbler copied to clipboard
Warbler chirpily constructs .war files of your Ruby applications.
I've seen other posts about similar issues, but as they are for a previous release i figured i would make a new issue. when warbling with warbler (v 1.4.4) and...
adding `uri:classloader://META-INF/jruby.home/lib/ruby/gems/shared` will ensure the default gems from jruby are treated as default gems with ALL classloaders. in case the uri:classloader protocol is unknown to jruby (1.7.13 and before), it...
With `jruby 9.1.6.0 (2.3.1) 2016-11-09 0150a76 Java HotSpot(TM) Client VM 25.112-b15 on 1.8.0_112-b15 +jit [mswin32-x86]` I create a new gem with `bundle gem gemtest`, gemtest.gemspec now contains: ``` # coding:...
Hi, I’m new to Ruby and JRuby so I apologize if this is obvious. I’m building a fairly simple Sinatra app that needs to use some Java libs so I’m...
With RVM, and maybe other situations, we see this kind of thing: ``` $ java -jar app.war -S script/rails c Loading production environment (Rails 3.2.12) jruby-1.7.4.dev :001 > JRUBY_VERSION =>...
I have a rails application which I do not use the server portion of it, I use a script that runs my service. It seems since the app is rails...
``` betelgeuse@mac ~/app $ java -jar app.jar NameError: uninitialized constant OAuth2 const_missing at org/jruby/RubyModule.java:2677 (root) at /Users/betelgeuse/app/./client.rb:6 require at org/jruby/RubyKernel.java:1027 (root) at jar:file:/var/folders/vq/sv00hgxs7nlf_p_76vm2ps1c0000gn/T/jruby8485930230575471613extract/jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:1 require at jar:file:/var/folders/vq/sv00hgxs7nlf_p_76vm2ps1c0000gn/T/jruby8485930230575471613extract/jruby-stdlib-1.7.3.jar!/META-INF/jruby.home/lib/ruby/shared/rubygems/custom_require.rb:36 require at org/jruby/RubyKernel.java:1027 (root)...
I have a rack app contains `config.ru`, `app.rb`, but warble won't compile `app.rb` unless I put it under `/lib`. Is this a bug or a feature? Some rack based frameworks,...
Hi, I'm trying to package a non-web application using Bundler. And I get the following message in my bin/application.rb ``` require 'rubygems' require 'bundler' ``` ``` LoadError: no such file...
similar to `config.webinf_files` potentially allow for customized: *META-INF/init.rb* *META-INF/rails.rb* --- Want to back this issue? **[Post a bounty on it!](https://www.bountysource.com/issues/39346328-support-config-metainf_files?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github)** We accept bounties via [Bountysource](https://www.bountysource.com/?utm_campaign=plugin&utm_content=tracker%2F136961&utm_medium=issues&utm_source=github). --- Want to back this...