chadev / chatech-jobs

A job board for Chattanooga's Developers and Tech peoples.
http://jobs.chadev.com
3 stars 6 forks source link

Admin Sign ins #7

Closed keathley closed 9 years ago

keathley commented 9 years ago

This fixes #5.

I've added devise for user management and active admin in order to create a decent back end for admins. The admin role is simply a "admin" attribute on the user model. All of the authorization is tested (albeit not thoroughly).

A byproduct of this PR is that I've also added a basic alert molecule + JS. It should allow for flash messages throughout the rest of the application.

Flash message example:

screen shot 2015-05-12 at 12 04 10 am

screen shot 2015-05-12 at 12 06 22 am