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 Mon Dec 15 07:37:12 -0800 2008 README update [szajbus]
file Rakefile Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory app/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory config/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory db/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory doc/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory log/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory public/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory script/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory test/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
directory vendor/ Mon Dec 15 07:33:54 -0800 2008 first and final commit [szajbus]
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