Skip to content
forked from trevorturk/tweets

Experimental Twitter clone with CouchDB... once Zach gets involved :)

Notifications You must be signed in to change notification settings

zdzolton/tweets

 
 

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

41 Commits
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 
 

Repository files navigation

== Tweets
Experimental Twitter clone with CouchDB... once Zach gets involved :)

== Installation

cp config/database.example.yml config/database.yml
cp config/config.example.yml config/config.yml
rake db:create
rake db:schema:load
script/server
fail/whale

== CREDITS

# TODO...

== TODO

user login validations a la twitter
h escaping of users/tweets on front end
proper logging in
front end for following, unfollowing
per user feed of tweets dependent on users being followed
  when following is created, populate feed for follower with items from followed user
  when following is destroyed, remove feed items for unfollower that were created by formerly followed user
  when tweet is twoten, create feed item entry for each follower of that tweeter

== MIT LICENSE

Copyright (c) 2009 Timelines, Inc.

Permission is hereby granted, free of charge, to any person
obtaining a copy of this software and associated documentation
files (the "Software"), to deal in the Software without
restriction, including without limitation the rights to use,
copy, modify, merge, publish, distribute, sublicense, and/or sell
copies of the Software, and to permit persons to whom the
Software is furnished to do so, subject to the following
conditions:

The above copyright notice and this permission notice shall be
included in all copies or substantial portions of the Software.

THE SOFTWARE IS PROVIDED "AS IS", WITHOUT WARRANTY OF ANY KIND,
EXPRESS OR IMPLIED, INCLUDING BUT NOT LIMITED TO THE WARRANTIES
OF MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE AND
NONINFRINGEMENT. IN NO EVENT SHALL THE AUTHORS OR COPYRIGHT
HOLDERS BE LIABLE FOR ANY CLAIM, DAMAGES OR OTHER LIABILITY,
WHETHER IN AN ACTION OF CONTRACT, TORT OR OTHERWISE, ARISING
FROM, OUT OF OR IN CONNECTION WITH THE SOFTWARE OR THE USE OR
OTHER DEALINGS IN THE SOFTWARE.

About

Experimental Twitter clone with CouchDB... once Zach gets involved :)

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages

  • Ruby 100.0%