jetpack
jetpack copied to clipboard
jet.pack: package your JRuby rack app for Jetty.
Bumps [rack](https://github.com/rack/rack) from 1.5.2 to 1.6.12. Changelog *Sourced from [rack's changelog](https://github.com/rack/rack/blob/master/CHANGELOG.md).* > ## [1.6.12] - 2019-12-08 > > - [[CVE-2019-16782](https://nvd.nist.gov/vuln/detail/CVE-2019-16782)] Prevent timing attacks targeted at session ID lookup. ([@​tenderlove](https://github.com/tenderlove), [@​rafaelfranca](https://github.com/rafaelfranca))...
I am trying to update a project using a quite old fork of jetpack (Chorus/jetpack) to the current version, but am encountering issues with the binstubs bundler is producing. Previously...
Created a new rails app `rails new jetpack`. Added the jetpack gem and `config/jetpack.yml` to the new rails application. Ran `bundle exec jetpack .` inside the rails app. Resulted in...
I'm running rvm, and my default ruby is 1.9.3. When I run the jar that jetpack produces, I get the below error: An exception happened during JRuby-Rack startup|/Users/snad/dev/sources/jruby/jettytest/jettytest/config/initializers/session_store.rb:3: syntax error,...
Can someone show me what these keystore files should look like: keystore_type: JCEKS keystore: /data/app/secrets/mystore.jceks keystore_password: sekret I currently have those 3 lines in my jetpack.yml file, but they are...
app_type seems to be ignored and all apps are created with a rails setup. Is there an easy way to use jetpack with just rack/sinatra? When starting the app, the...