Ecosyste.ms: Awesome

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

Awesome Lists | Featured Topics | Projects

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

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