discourse/spec/controllers
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
..
admin FIX: Prepend the user id before username in admin user routes 2016-02-09 15:14:13 +01:00
application_controller_spec.rb FIX: Always ensure notifications are treated as read once clicked 2016-02-15 19:29:47 +11:00
badges_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
categories_controller_spec.rb FIX: Broken categories controller specs. 2015-12-07 00:09:02 +08:00
category_hashtags_controller_spec.rb FIX: Clashing category slug. 2016-01-13 15:32:29 +08:00
clicks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
composer_messages_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
directory_items_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
draft_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
email_controller_spec.rb PERF: shift most user options out of the user table 2016-02-17 18:08:25 +11:00
embed_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
export_csv_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
groups_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
invites_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
list_controller_spec.rb FIX: enabling suppress_from_homepage should only remove the category from the homepage 2016-01-20 17:55:58 +01:00
manifest_json_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
notifications_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
omniauth_callbacks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
onebox_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
permalinks_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_action_users_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
post_actions_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
posts_controller_spec.rb FEATURE: allow users to wikify their own posts based on trust level 2016-01-12 08:44:25 +05:30
queued_posts_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
robots_txt_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
search_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
session_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
similar_topics_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
site_customizations_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
static_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
stylesheets_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
topics_controller_spec.rb CLEANUP: remove 'contains_messages' leftover 💩 2016-01-12 11:29:26 +01:00
uploads_controller_spec.rb SECURITY: ensure we never accept fake images 2015-12-21 16:08:14 +01:00
user_actions_controller_spec.rb Prepare for separation of RSpec helper files 2015-12-01 20:39:42 +00:00
user_avatars_controller_spec.rb correct spec 2015-12-16 13:48:49 +11:00
user_badges_controller_spec.rb FEATURE: you can not drill down and see why you have badges 2016-01-18 17:59:20 +11:00
users_controller_spec.rb FIX: do not allow new email to be duplicate 2016-01-23 13:42:53 +05:30