Comment on Show HN: Teach Yourself To CodeComments−tibbon14yCongrats 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)−katerayOP14yThanks, just emailed. Maybe the problem has to do with this line in links#indextags = Tag.find(params[:tags]) @links = Link.order("votes_count DESC").includes(:tags).select{|link| (tags - link.tags).empty?}
Comments
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)
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?}