discourse/spec
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
..
components PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
controllers PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
fabricators FIX: don't use the CDN for attachments when login is required 2016-01-06 21:54:01 +01:00
fixtures FIX: don't allow blocked user to send emails in 2016-02-11 10:39:57 +01:00
helpers Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
integration Use 4.0 api for job fakes (as opposed to master) 2016-01-01 15:48:49 +11:00
integrity FEATURE: by default users track a group (as opposed to watch) 2016-01-27 21:38:33 +11:00
jobs PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
mailers FIX: whitelist post_types used in context in email notifications 2016-02-12 12:10:30 +01:00
models PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
phantom_js Okay disable uploads for now, looks like a PhantomJS bug 2015-11-06 14:21:52 -05:00
serializers PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
services PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
support FEATURE: suggested messages for messages 2016-02-03 18:50:05 +11:00
views/omniauth_callbacks Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
rails_helper.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00