journalduhacker/app/controllers
joshua stein f1f6b3c7e0 alert the user when submitting a long-ago-submitted story
show the user a link to the previous story and let them know they
can submit it again if they want to (just by submitting the form
again)
2014-01-13 00:10:31 -06:00
..
application_controller.rb add stuff to deal with banning users 2014-01-12 15:09:32 -06:00
comments_controller.rb prevent new users from downvoting 2014-01-12 23:17:09 -06:00
filters_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
home_controller.rb move story comment counts out of keystore 2014-01-08 22:20:56 -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 add stuff to deal with banning users 2014-01-12 15:09:32 -06:00
messages_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -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 properly set @title/@heading everywhere 2012-09-07 09:18:15 -05:00
signup_controller.rb use activerecord query interface instead of deprecated finder methods 2013-12-25 16:43:50 -05:00
stories_controller.rb alert the user when submitting a long-ago-submitted story 2014-01-13 00:10:31 -06:00
users_controller.rb name /u/:username route 2014-01-12 14:22:47 -06:00