Skip to content

Instantly share code, notes, and snippets.

@jamiejackson
Created January 10, 2012 21:27
Show Gist options
  • Save jamiejackson/1591301 to your computer and use it in GitHub Desktop.
Save jamiejackson/1591301 to your computer and use it in GitHub Desktop.
Install jruby-jack gem from source
$ sudo apt-get install maven2 # install maven2, if you don't have it
$ gem uninstall jruby-jack
$ gedit Gemfile # add: gem 'jruby-rack', '1.1.3.dev'
$ # while in my project's rails root
$ git clone https://github.com/jruby/jruby-rack.git
$ cd jruby-rack
$ bundle install
$ rake gem
$ gem install target/jruby-rack-1.1.3.dev.gem
$ cd ../
$ bundle install
$ bundle exec rake assets:precompile
$ bundle warble
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment