piercou / OWF-CodeAwards

Open World Forum Code Awards Rails Q&D voting application

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

Codeawards

This is a quick and dirty voting application for the Open World Forum 2011 Code Awards

Base Generated By
`rails_apps_composer new CodeAwards -r jquery haml rspec devise add_user home_page home_page_users seed_database users_page css_setup application_layout devise_navigation mongoid mongohq omniauth git cleanup `

Uses Mongoid and should be deployable with mongohq

and put in some credentials in your environement variables:

export MONGOHQ_URL=“mongodb://user:pass@staff.mongohq.com:10088/database”
export DEVISE_GITHUB_CLIENTID=“clientid”
export DEVISE_TWITTER_CLIENTID=“clientid”
export DEVISE_LIVEID_CLIENTID=“clientid”
export DEVISE_GITHUB_SECRET=“secret”
export DEVISE_TWITTER_SECRET=“secret”
export DEVISE_LIVEID_SECRET=“secret+bAwM8WhTMK7Nps”

for heroku replace export by heroku config:add

Untested. Totally. CSS done by someone that should not do CSS.

Required Gems

This application requires this gem:

Dependencies

To use this application, you will need:

  • The Ruby language (version 1.8.7 or 1.9.2)
  • Rails (version 3.0.4 or newer)
  • mongodb or a hosted mongo such as mongohq
  • a whole bunch of gems, do bundle install

Documentation and Support

This is the only documentation.

Contributing

Why would you want to do that on this piece of s****?

If you make improvements to this application, please share with others.

  • Fork the project on GitHub.
  • Make your feature addition or bug fix.
  • Commit with Git.
  • Send the author a pull request.

If you add functionality to this application, create an alternative implementation, or build an application that is similar, please contact me and I’ll add a note to the README so that others can find your work.

Credits

Yours truly


License

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE Version 2, December 2004

Copyright © 2011 Ori Pekelman

Everyone is permitted to copy and distribute verbatim or modified
copies of this license document, and changing it is allowed as long
as the name is changed.

DO WHAT THE FUCK YOU WANT TO PUBLIC LICENSE TERMS AND CONDITIONS FOR COPYING, DISTRIBUTION AND MODIFICATION 0. You just DO WHAT THE FUCK YOU WANT TO.

About

Open World Forum Code Awards Rails Q&D voting application


Languages

Language:Ruby 83.5%Language:JavaScript 15.4%Language:CoffeeScript 1.1%