OmniboardJqTouch

OmniboardjQTouch is a simple companion app for the Omniboard application built on jQTouch for use with the iPhone. It is meant to be mounted as a Rack endpoint inside of a Rails 3 application.

In the Rails App

Add the following to the Gemfile:

gem 'omniboard_jqtouch', '~> 0.2.0'

And add this entry to the routes file:

scope '/iphone' do
  match '(*path)', :to => OmniboardJqTouch
end