/r12-team-119

rails rumble app

Primary LanguageJavaScript

# 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.