discourse/app/mailers
Sam 3829c78526 PERF: shift most user options out of the user table
As it stands we load up user records quite frequently on the topic pages,
this in turn pulls all the columns for the users being selected, just to
discard them after they are loaded

New structure keeps all options in a discrete table, this is better organised
and allows us to easily add more column without worrying about bloating the
user table
2016-02-17 18:08:25 +11:00
..
invite_mailer.rb FIX: check for full name in invite email subject 2015-02-05 22:35:25 +05:30
pending_flags_mailer.rb FEATURE: improve flags reminder email 2014-09-23 18:37:31 +02:00
pending_queued_posts_mailer.rb FEATURE: notify by email when there are posts from new users waiting to be reviewed 2015-06-18 15:47:35 -04:00
rejection_mailer.rb FEATURE: better email in support 2016-01-19 00:57:55 +01:00
subscription_mailer.rb Unsubscribe via email 2016-01-20 22:25:25 +13:00
test_mailer.rb Work in Progress: Reply By Email: 2013-06-13 12:39:56 -04:00
user_notifications.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
version_mailer.rb Get detailed info about new versions from the Discourse Hub. Include version notes from the latest version in notification email. 2013-12-31 15:52:35 -05:00