discourse/app
Sam af467a1675 404 page had horrible perf, it was using "take" instead of limit.
in such cases EVERY row is materialized and only after the limit is applied.

So ... imagine what happens on a forum with 2,000,000 topics
2013-10-02 13:05:03 +10:00
..
assets BUG: editing first PM was showing category selector 2013-10-02 07:43:57 +10:00
controllers 404 page had horrible perf, it was using "take" instead of limit. 2013-10-02 13:05:03 +10:00
helpers Show mobile view as default for nexus 7 tablet 2013-09-23 17:13:29 -07:00
jobs move job files so they live underneath app/ and not in lib/ 2013-10-01 17:04:02 +10:00
mailers remove "via sitename" from senders 2013-09-12 15:38:18 +10:00
models Avoid superfluous transaction when saving drafts 2013-10-02 12:17:27 +10:00
serializers move job files so they live underneath app/ and not in lib/ 2013-10-01 17:04:02 +10:00
services Use absolute urls in notifications for automatic spammer handling. 2013-09-16 15:07:58 -04:00
views remove unnecessary return statement inside Discourse.Router.map 2013-09-19 17:26:43 +02:00