discourse/app
Nick Borromeo 09a2d9e12c Use symbols instead of strings in order clause
This simply changes the strings in the order clauses in the model. The
reason of the change is because the SQL generated when using symbols
automatically name spaces the column with the table name.

Topic.order(:title).to_sql
=> SELECT "topics".* FROM "topics" ORDER BY "topics"."title" ASC

This also changes the scopes using lamba to use stabby lambas for
consistency with other scopes.
2014-02-26 22:43:03 -08:00
..
assets fixing width of poster section of topic-list 2014-02-26 22:23:48 -05:00
controllers FIX: when shown 403 error page and logging in, it will take you to the same page 2014-02-26 17:53:53 -05:00
helpers FIX: undefined method error for some digests. 2014-02-21 16:25:19 -05:00
jobs OOPS 2014-02-27 12:43:44 +11:00
mailers BUGFIX: mailing list mode broke regular email 2014-02-12 16:51:26 +11:00
models Use symbols instead of strings in order clause 2014-02-26 22:43:03 -08:00
serializers FIX: Showing Unread(1) when you weren't tracking the topic. Also 2014-02-26 15:39:45 -05:00
services Allow users to toggle interface language in their preferences 2014-02-18 14:53:59 -05:00
views Add previous page link for crawlers 2014-02-25 12:15:48 -05:00