Commit graph

19 commits

Author SHA1 Message Date
c4e3adc187 Update to rails 4.2.5.1 (bundle update) 2016-01-26 11:15:38 -05:00
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
a853facea2 Fix uniqueness issues with Faker 2015-11-20 08:49:32 -05:00
b68960efe5 Refactor page header code 2015-08-12 15:31:30 -04:00
c880ba31b8 Creaet simple user profile 2015-08-12 14:48:44 -04:00
bbdc0001b4 Initial attempt at comments 2015-08-05 19:53:17 -04:00
86e1cd891c Fix some law of demeter violations 2015-07-20 15:15:57 -04:00
19b6d7a8cd Replace homegrown slug with friendly_id 2015-07-16 02:26:27 -04:00
ade54533e6 Add ability to create posts 2015-07-14 22:27:55 -04:00
7975ec2012 Add some basic integration testing
Rushed but it'll work for now
2015-07-14 13:51:15 -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
da37a057cb Downcasing emails actually happens with valid data 2015-07-13 14:53:44 -04:00
1abbdbac12 Add flash notices for sign in, sign out, sign up 2015-07-10 16:21:59 -04:00
3308cfc1c1 Add user sessions 2015-07-10 14:33:39 -04:00
6708b4a501 Add metrics for testing / style / best practices 2015-07-10 00:27:23 -04:00
8344498740 Add user creation 2015-07-09 16:31:41 -04:00
0c0c128f5e Development and testing setup 2015-07-08 14:51:49 -04:00