1
0
Fork 0
Commit Graph

10 Commits

Author SHA1 Message Date
Andrew Tomaka c4e3adc187 Update to rails 4.2.5.1 (bundle update) 2016-01-26 11:15:38 -05:00
Andrew Tomaka d74152c5f9 Add authorization via Pundit 2015-12-23 15:44:58 -05:00
Andrew Tomaka bbdc0001b4 Initial attempt at comments 2015-08-05 19:53:17 -04:00
Andrew Tomaka 19b6d7a8cd Replace homegrown slug with friendly_id 2015-07-16 02:26:27 -04:00
Andrew Tomaka 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
Andrew Tomaka 3308cfc1c1 Add user sessions 2015-07-10 14:33:39 -04:00
Andrew Tomaka 6708b4a501 Add metrics for testing / style / best practices 2015-07-10 00:27:23 -04:00
Andrew Tomaka 8344498740 Add user creation 2015-07-09 16:31:41 -04:00
Andrew Tomaka 0c0c128f5e Development and testing setup 2015-07-08 14:51:49 -04:00
Andrew Tomaka b6ec589f33 Initial commit 2015-07-08 10:24:41 -04:00