Awesome
kitchensink-torquebox-mobile
simple demo of an poh5 rails application on TorqueBox
Steps to get started:
- install TorqueBox
- run torquebox, as described on the installation manual.
- clone this repo somewhere:
git clone https://github.com/qmx/kitchensink-torquebox-mobile.git
- run bundler:
jruby -S bundle install
- run database migrations:
jruby -S bundle exec rake db:migrate
- deploy the app:
jruby -S torquebox deploy
- see it running