Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
https://github.com/cmeiklejohn/duckbone-tickets
A sample application using Duckbone and Rails
https://github.com/cmeiklejohn/duckbone-tickets
Last synced: about 2 months ago
JSON representation
A sample application using Duckbone and Rails
- Host: GitHub
- URL: https://github.com/cmeiklejohn/duckbone-tickets
- Owner: cmeiklejohn
- Created: 2011-11-30T02:10:33.000Z (about 13 years ago)
- Default Branch: master
- Last Pushed: 2011-11-29T15:43:16.000Z (about 13 years ago)
- Last Synced: 2024-10-26T09:05:36.244Z (2 months ago)
- Language: Ruby
- Homepage:
- Size: 128 KB
- Stars: 1
- Watchers: 3
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
## Duckbone Sample Application
This "ticket tracker" application is a demonstration and tutorial for the Duckbone gem, a set of extensions to Backbone.js for Rails development. Think of it as a more grown up To Do List example.
### Installation
This is a vanilla Rails 3.1 project. To install and run:
```
git clone [email protected]:maxl0rd/duckbone-tickets.git
cd duckbone-tickets
bundle install
bundle exec rake db:setup
rails s
```The seeds file will generate a bunch of sample tickets for you to play with.
### More Reading
- https://github.com/documentcloud/backbone
- https://github.com/ImpulseSave/duckbone