Commit graph

5 commits

Author SHA1 Message Date
d74152c5f9 Add authorization via Pundit 2015-12-23 15:44:58 -05:00
0d941a3cd3 Clean up metric_fu violations 2015-12-11 16:06:10 -05:00
6993bb0ecd Add a quick front apge 2015-12-11 15:05:16 -05:00
19b6d7a8cd Replace homegrown slug with friendly_id 2015-07-16 02:26:27 -04:00
d3dd0ff848 Add the subcreddit MVC
Notes on closing subcreddit:

This doesn't seem great.  Would be slightly better if closed could be referenced
as true or false instead of '0' or '1' in the model.  Testing this is a bit
messy, but Tiemcop makes it a bit better.

Notes on subcreddit validations:

This is still not ideal.  For starters, from
http://guides.rubyonrails.org/active_record_validations.html:

"Note that some databases are configured to perform case-insensitive searches
anyway."

It also seems difficult to validate fields that are set in before_save since
validations occur before callbacks.  Revisit this (perhaps friendly_id wll save
us).
2015-07-13 17:01:12 -04:00