Added routes, display seems to work so long as you remove the forms from the views.
authorNeil Smith <neil.git@njae.me.uk>
Mon, 6 Jan 2014 11:27:27 +0000 (11:27 +0000)
committerNeil Smith <neil.git@njae.me.uk>
Mon, 6 Jan 2014 11:27:27 +0000 (11:27 +0000)
commit0c831f9107670526c653c82f182b0b6983f49c31
treef533d04aee7e72ec143e93eaac5f1ad68e4c7b43
parent5286275b37ab4a323379b6658a9c6d1e7cebfd46
Added routes, display seems to work so long as you remove the forms from the views.
13 files changed:
app/assets/javascripts/feed.js.coffee [new file with mode: 0644]
app/assets/stylesheets/feed.css.scss [new file with mode: 0644]
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
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/layouts/application.html.erb
config/routes.rb
spec/controllers/feed_controller_spec.rb [new file with mode: 0644]
spec/helpers/feed_helper_spec.rb [new file with mode: 0644]