discourse/spec
Robin Ward fcff4e80d1 New `user_stats` table to keep track of queried information on a user.
This is information that is not usually needed when representing a user
and is in a separate table with a has one relationship to avoid querying
it all the time.
2013-09-11 14:50:26 -04:00
..
components Adds a class that can detect whether a user has uploaded a custom avatar 2013-09-10 15:39:11 -04:00
controllers proper content-disposition header when downloading attachments 2013-09-06 19:23:56 +02:00
fabricators proper content-disposition header when downloading attachments 2013-09-06 19:23:56 +02:00
fixtures correct spec 2013-08-26 14:39:34 +10:00
helpers Enable mobile view. Use local storage to remember whether you chose mobile or desktop view. Mobile device detection needs to be replaced with a better solution. 2013-09-10 16:44:17 -04:00
integration rename system_username to site_contact_username , system_user is a special user with -1 id that is only used for certain admin tasks 2013-09-06 17:28:37 +10:00
integrity prevent double work in the i18n integrity specs 2013-03-23 15:49:31 +01:00
mailers Send email to contact_email when a new version of Discourse is found. Disable with the new_version_emails setting. 2013-08-16 17:28:36 -04:00
models New `user_stats` table to keep track of queried information on a user. 2013-09-11 14:50:26 -04:00
phantom_js formatted some tests 2013-02-27 03:18:23 +01:00
requests collapse some slow tests 2013-04-22 11:06:10 +10:00
serializers Change the way nuked users' posts are handled. Allow null in the user_id column of posts. Show these posts in the posts stream. 2013-09-04 15:42:21 -04:00
services Rename StaffActionLog to UserHistory 2013-09-10 22:01:20 -04:00
support refactor spec_helper 2013-09-05 13:22:15 +02:00
views/omniauth_callbacks Fixed all broken specs 2013-08-26 12:59:17 +10:00
spec_helper.rb refactor spec_helper 2013-09-05 13:22:15 +02:00