Basic HTML display done
authorNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 10:59:06 +0000 (10:59 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 10:59:06 +0000 (10:59 +0000)
commit02c0b78c15c33baab16d70467a05e1a024d7d80d
tree3aa7570fee383b05ef3f186b7b783edbbe0c8b26
parent22d4a0d0027b52071d8c4242f4bd30eec2b036bf
Basic HTML display done
17 files changed:
app/controllers/feed_controller.rb [new file with mode: 0644]
app/helpers/feed_helper.rb [new file with mode: 0644]
app/models/feed_item.rb [new file with mode: 0644]
app/views/feed/index.html.erb [new file with mode: 0644]
app/views/feed/show.html.erb [new file with mode: 0644]
app/views/feed/update.html.erb [new file with mode: 0644]
db/migrate/20090717095501_create_feed_items.rb [new file with mode: 0644]
db/migrate/20090717095948_add_test_data.rb [new file with mode: 0644]
db/schema.rb [new file with mode: 0644]
log/development.log [new file with mode: 0644]
log/production.log [new file with mode: 0644]
log/server.log [new file with mode: 0644]
log/test.log [new file with mode: 0644]
test/fixtures/feed_items.yml [new file with mode: 0644]
test/functional/feed_controller_test.rb [new file with mode: 0644]
test/unit/feed_item_test.rb [new file with mode: 0644]
test/unit/helpers/feed_helper_test.rb [new file with mode: 0644]