public
Description: This is a simple Ruby on Rails application that has been developed by ONE PERSON in ONE HOUR time during live-coding-session given at AIESEC Conference in Częstochowa, Poland in December 2008.
Homepage:
Clone URL: git://github.com/netguru/aiesec-mini-twitter.git
name age message
file README.rdoc Loading commit data...
file Rakefile
directory app/
directory config/
directory db/
directory doc/
directory log/
directory public/
directory script/
directory test/
directory vendor/
README.rdoc

Mini-twitter

This is a simple Ruby on Rails application that has been developed by ONE PERSON in ONE HOUR time during live-coding-session given at AIESEC Conference in Częstochowa, Poland in December 2008.

Implemented features:

  • User registration
  • User Session handling with Authlogic gem
  • Shouting (message posting)
  • Commenting the shouts
  • Uploading avatars and photos with Paperclip plugin
  • Paginating with will_paginate gem