journalduhacker/app/models
Fredrik Wallgren ab8f8f3a72 Add upvoted route.
Upvoted route shows all stories a logged in user have upvoted
in reverse chronological order, latest upvote first.
It is not shown in the gui, but reachable at /upvoted.
2014-08-16 00:27:18 +02:00
..
.gitkeep initial work on conversion from php tree 2012-06-16 20:15:46 -05:00
comment.rb bump up max edit times for stories and comments 2014-04-02 13:14:08 -05:00
invitation.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
invitation_request.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
keystore.rb add postgresql support 2014-01-14 21:42:27 -05:00
message.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
moderation.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
search.rb Search: escape " when sending to sphinx 2014-06-24 20:08:15 -05:00
short_id.rb change some before_create's to before_validation, :on => :create 2013-07-19 22:05:00 -05:00
stories_paginator.rb style/wrapping 2014-08-03 22:07:56 -05:00
story.rb Add upvoted route. 2014-08-16 00:27:18 +02:00
story_repository.rb style/wrapping 2014-08-03 22:07:56 -05:00
tag.rb add Tag.active scope to deprecate tags without removing them 2014-02-21 10:57:30 -06:00
tag_filter.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
tagging.rb replace some raw sql with database-agnostic activerecord queries 2013-12-30 16:23:59 -05:00
user.rb Add upvoted route. 2014-08-16 00:27:18 +02:00
vote.rb bring back story downvoting, remove low quality option 2014-03-24 10:26:06 -05:00
weblog.rb first stab at planet rss aggregation 2014-08-03 22:07:57 -05:00