Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/hakobera/rails3_jquerymobile_sample

Sample code for Rails3.2 + jQuery Mobile 1.2
https://github.com/hakobera/rails3_jquerymobile_sample

Last synced: about 1 month ago
JSON representation

Sample code for Rails3.2 + jQuery Mobile 1.2

Awesome Lists containing this project

README

        

# Sample code for Rails3.2 + jQuery Mobile 1.2

[![Build Status](https://secure.travis-ci.org/hakobera/rails3_jquerymobile_sample.png)](http://travis-ci.org/hakobera/rails3_jquerymobile_sample)

## Prerequisites

- Ruby 1.9.3
- Rails 3.2.9

## How to run

```
$ git clone git://github.com/hakobera/rails3_jquerymobile_sample.git
$ cd rails3_jquerymobile_sample
$ bundle install
$ rails s
```

Server start successfully, open http://localhost:3000/ in your browser.