montera34 / pageonex

PageOneX. Analyzing front pages
http://pageonex.com
GNU Affero General Public License v3.0
54 stars 13 forks source link

Filter threads without coded pages in the home page list #183

Open numeroteca opened 11 years ago

numeroteca commented 11 years ago

I added a filter to avoid showing threads without coded images in the home page at b2c2458e However I guess it would be better to do it in the home controller in order to have always the same number of threads in the "most recent threads" list in the home page. How to filter them in the controller? I used ruby thread.coded_image_ids.length > 4, at least 4 images coded.

rahulbot commented 11 years ago

moved this off the ongoing bugs - we don't have time to do enhancements and your workaround works fine