AdamT / r12-team-119

rails rumble app

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

# free time

App to find times when everybody is free for something.

## Build

    rake db:migrate
    rails s

In development mode, we are catching all of the mail with `letter_opener`, which
means any emails are available in tmp/letter_opener. The directory is mounted as
/mail in development mode, `rake mail:clear` to empty


## Acknowledgements

Gems

* Rails
* Slim
* Slim-rails
* Letter-Opener
* Rails-Backbone
* Rspec-rails
* Compass
* Compass-rails
* Compass-rgbapng

Jquery libs
Backbone.js
modernizr
md5.js (http://pajhome.org.uk/crypt/md5/md5.html)
icons from glyphicons.com
jQuery UI


Considerations
==============

* You can change a persons responses by knowing their email - we should require confirmation
  before saving changes to a specific user.

About

rails rumble app


Languages

Language:JavaScript 54.8%Language:Ruby 40.3%Language:CoffeeScript 4.9%