acellam / ticketee

A Ticketing App based on rails 3 book

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Rails 3 in Action Ticketee app

<img src=“https://codeclimate.com/badge.png” /> <img src=“https://travis-ci.org/mistaguy/ticketee.png” alt=“Build Status” />

Am creating this app based on the Rails 3 in Action book. However I am using rails rails 3.2 and so some of the code in the book do not work because of update of gems. As such i have corrected them this app. And i will continue updating the app to work with the most recent gems. This code can therefore be used as unofficial Rails 3 in Action Errata code.

Once i complete the tutorial, i will tweak the app to work as a fully working awesome ticketing app

About Ticketee

-Tracks tickets (of course) and groups them into projects

-Provides a way to restrict users to certain projects

-Allows users to upload files to tickets

-Lets users tag tickets so they’re easy to find

-Provides an API on which users can base

-development of their own applications

Resources

Ruby documentation can be found at www.ruby-lang.org/. There are several books available online as well:

License

GNU public lincense

Warranty

This software is provided “as is” and without any express or implied warranties, including, without limitation, the implied warranties of merchantability and fitness for a particular purpose.

About

A Ticketing App based on rails 3 book


Languages

Language:Ruby 98.0%Language:JavaScript 1.2%Language:CoffeeScript 0.8%