Bugs: Browse | Submit New | Admin
Running 1.2.1 I was getting errors with "size of Nil" so I changed: #title.size > 30 ? "#{title[0..30].strip}..." : title to truncate(title, 30, '...') in app/helpers/feed_helper.rb Now it works.
Add A Comment: