journalduhacker/app/controllers
joshua stein 0d6f4ed60c fix story pagination and caching for logged-out users
use a file store so each unicorn process can share the same set of
files (using redis would probably be cleaner)

put page number into how hash when creating the cache key
2014-02-16 09:57:05 -06:00
..
application_controller.rb optimize traffic counter queries 2014-01-14 21:42:27 -05:00
comments_controller.rb use standard create/update comment routes 2014-01-20 16:52:19 -05:00
filters_controller.rb fix improper usage of strong parameters in FiltersController 2014-02-05 17:02:12 -05:00
home_controller.rb fix story pagination and caching for logged-out users 2014-02-16 09:57:05 -06:00
invitations_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
login_controller.rb allow users to delete their own accounts 2014-01-13 10:12:17 -06:00
messages_controller.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
moderations_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
search_controller.rb sprinkle some to_s paranoia on params where it matters 2013-02-08 10:39:51 -06:00
settings_controller.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
signup_controller.rb use Rails4-style strong parameters mass assignment protection 2014-02-02 15:41:38 -05:00
stories_controller.rb bring back moderation_reason for moderators 2014-02-05 21:01:49 -06:00
users_controller.rb name /u/:username route 2014-01-12 14:22:47 -06:00