Creating stable branch
authorNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 20:19:31 +0000 (20:19 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Fri, 17 Jul 2009 20:19:31 +0000 (20:19 +0000)
commit40e34b3d2aea86f7d1411b10dcda928d7115ad08
treea7c2f3d3350226eb5553b5f08d51450a808957dd
parentea13ff21f31df5e70a3cb8bf9d74588dd4b8adf8
Creating stable branch
app/controllers/application_controller.rb [new file with mode: 0644]
app/controllers/feed_controller.rb [new file with mode: 0644]
app/helpers/application_helper.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/index.rss.builder [new file with mode: 0644]
app/views/feed/show.html.erb [new file with mode: 0644]
app/views/feed/show.rss.builder [new file with mode: 0644]
app/views/feed/update.html.erb [new file with mode: 0644]
app/views/layouts/application.html.erb [new file with mode: 0644]