Skip to content

Instantly share code, notes, and snippets.

@rjungemann
Created January 27, 2011 02:18
Show Gist options
  • Save rjungemann/797945 to your computer and use it in GitHub Desktop.
Save rjungemann/797945 to your computer and use it in GitHub Desktop.
.gitignore | 1 +
Gemfile | 3 +-
Gemfile.lock | 14 +-
app/controllers/messages_controller.rb | 1 +
app/controllers/recipients_controller.rb | 82 ++++++++++
app/helpers/recipients_helper.rb | 2 +
app/models/message.rb | 25 +++-
app/views/messages/_form.html.haml | 71 +--------
app/views/recipients/_recipient.json.haml | 6 +
config/routes.rb | 5 +
db/schema.rb | 2 +-
public/images/btn-radio-selected.png | Bin 0 -> 1769 bytes
public/images/btn-radio-unselected.png | Bin 0 -> 1595 bytes
public/images/calendar.png | Bin 0 -> 1231 bytes
public/images/facebook.png | Bin 0 -> 1086 bytes
public/images/twitter.png | Bin 0 -> 1126 bytes
redis.conf | 189 ++++++++++++++++++++++++
spec/controllers/recipients_controller_spec.rb | 5 +
spec/helpers/recipients_helper_spec.rb | 15 ++
19 files changed, 348 insertions(+), 73 deletions(-)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment