Step to do :
- Install Jruby
- run jruby -S gem install rails
- run jruby -S rails new App
- Step 3 will fail miserably related to bindex gem.
- Open Gemfile and comment out web-console gem.
- Go to your App folder and run jruby -S bundle install
- run jruby -S rails server
- Browse localhost:3000 to view rails welcome page.
Is it possible to create a .war / .jar ?
dont reach that journey yet