davidchua / Political-Watch
- Source
- Commits
- Network (1)
- Issues (10)
- Downloads (0)
- Wiki (1)
- Graphs
-
Tree:
beec869
David Chua (author)
Tue Oct 13 17:40:13 -0700 2009
commit beec869f65a13615bc07038eda882946ed08f3a2
tree 2d1538a189af7a020b62650bd950a64ee99f2ce6
parent 46b02f746c32e09742b251fd03a1ada5bd203490
tree 2d1538a189af7a020b62650bd950a64ee99f2ce6
parent 46b02f746c32e09742b251fd03a1ada5bd203490
| name | age | message | |
|---|---|---|---|
| |
.gitignore | Thu Sep 03 20:15:40 -0700 2009 | |
| |
CHANGE | Mon Sep 14 04:17:09 -0700 2009 | |
| |
COPYING | Sun Sep 13 00:44:23 -0700 2009 | |
| |
IDEAS | Thu Sep 10 01:07:59 -0700 2009 | |
| |
README | Mon Sep 14 05:40:04 -0700 2009 | |
| |
Rakefile | Thu Sep 03 20:15:40 -0700 2009 | |
| |
app/ | ||
| |
config/ | Tue Oct 13 17:40:13 -0700 2009 | |
| |
db/ | Sun Sep 13 21:31:13 -0700 2009 | |
| |
doc/ | Thu Sep 03 20:15:40 -0700 2009 | |
| |
lib/ | Mon Sep 07 19:56:20 -0700 2009 | |
| |
log/ | Thu Sep 03 20:15:40 -0700 2009 | |
| |
public/ | Sun Sep 13 21:31:13 -0700 2009 | |
| |
script/ | Thu Sep 03 20:15:40 -0700 2009 | |
| |
test/ | Wed Sep 09 23:28:08 -0700 2009 | |
| |
tmp/ | Thu Sep 03 20:15:40 -0700 2009 |
README
Current Version = 0.0.1 This Rails application looks to be a social news aggregator in the likes of HackerNews, but with more focus on keeping tabs on what's going on in the Singapore political scene. ==How to get started== 1. Make sure you have the following gems installed 'ruby-openid' 'sqlite3-ruby' 2. Pull the latest version 3. rake db:migrate away :) 4. Head on to http://localhost:3000/items to start ==Roadmap== Features planned for 0.1 - Comment System : Users are able to comment on individual news items. - Navigation bar - Fix up item's 'show' html Features planned for 0.2 - Users are able to add karma points or minus points (plus - minus) - User profile system : Users are able to edit their username and personal - Get 'Sign-in' with Google Account automated Features planned for 0.3 - Twitpic Feature - Users can submit twitpics to @polwatch to show up on the main page - Users can add subnews-items - Users can sort news articles according to Party-type/Active/Pending Moderation Features planned for 0.4 - Get automated test working!

