Hacker News new | ask | show | jobs
by tibbon 5160 days ago
Congrats on launching something cool. I think your server might have just gotten slashdotted, or something odd happened, as I'm getting an Application Error.

If you need any help debugging, shoot me a quick email (this username @ gmail.com)

1 comments

Thanks, just emailed. Maybe the problem has to do with this line in links#index

tags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}