Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/hakobera/rails3_jquerymobile_sample
- Owner: hakobera
- Created: 2012-12-02T11:48:23.000Z (about 12 years ago)
- Default Branch: master
- Last Pushed: 2023-06-09T21:30:09.000Z (over 1 year ago)
- Last Synced: 2024-04-14T09:15:54.218Z (8 months ago)
- Language: Ruby
- Size: 55.7 KB
- Stars: 0
- Watchers: 1
- Forks: 0
- Open Issues: 7
-
Metadata Files:
- Readme: README.md
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.