Web application for creating and managing events, such as parties
  • Ruby 88.3%
  • HTML 7.9%
  • JavaScript 1.5%
  • CSS 1.3%
  • CoffeeScript 0.6%
  • Other 0.4%
Find a file
Robert C. Sheets a99688ed9c updated gems
2013-03-03 04:25:31 -08:00
app fixed mistake in request logging 2013-02-12 06:05:50 -08:00
config Added a last-resort route to a 404 handler 2013-02-12 05:07:08 -08:00
db add more fields to web request logging 2013-02-12 05:58:30 -08:00
doc Added 'rails new' output 2013-02-08 18:12:40 -08:00
lib Added 'rails new' output 2013-02-08 18:12:40 -08:00
log Added 'rails new' output 2013-02-08 18:12:40 -08:00
public Added rails_admin 2013-02-08 18:44:59 -08:00
script Added 'rails new' output 2013-02-08 18:12:40 -08:00
test Add a custom WebSession class that keeps sessions forever 2013-02-12 04:10:17 -08:00
vendor Added 'rails new' output 2013-02-08 18:12:40 -08:00
.gitignore Added 'rails new' output 2013-02-08 18:12:40 -08:00
config.ru Added 'rails new' output 2013-02-08 18:12:40 -08:00
Gemfile Added rails_admin 2013-02-08 18:44:59 -08:00
Gemfile.lock updated gems 2013-03-03 04:25:31 -08:00
Rakefile Added 'rails new' output 2013-02-08 18:12:40 -08:00
README.md fleshed out the readme a little 2013-02-08 17:10:42 -08:00
README.rdoc Added 'rails new' output 2013-02-08 18:12:40 -08:00

events

Events is a web application for creating and managing events, such as parties.

Planned Features

  • Invitations
  • RSVP ability for invitees
  • Size limits (e.g. invite 100 people but only accept RSVP from first 20)
  • Voting on event properties (e.g. date, time, location)