summaryrefslogtreecommitdiff
path: root/spec
AgeCommit message (Expand)Author
2014-09-18add logic to reset a users password,mo khan
2014-09-18implement password reset.mo khan
2014-09-18add action to change a new password from reset password link.mo khan
2014-09-18add page to reset the password.mo khan
2014-09-18add action to send reset password instructions.mo khan
2014-09-18create passwords controller.mo khan
2014-09-18copy password validations from devise.mo khan
2014-09-17fix the registartion spec.mo khan
2014-09-17remove password confirmation from registration.mo khan
2014-09-17login the user after registering.mo khan
2014-09-17add password validation.mo khan
2014-09-17add email validation.mo khan
2014-09-17get all tests passing except for registration and password reset.mo khan
2014-09-17get controller specs passing.mo khan
2014-09-17get user model specs working.mo khan
2014-09-17remove devise.mo khan
2014-09-10add configuration for view mail preview.mo khan
2014-09-07add infinite scroll to categories and fix back button with turbolinks.mo khan
2014-09-07change route from creations to cakes.mo khan
2014-09-07use name.parameterize.mo khan
2014-09-04fix broken js spec.mo khan
2014-09-02remove old home controller.mo khan
2014-09-02change my_root_path to go dashboard and load backbone content there.mo khan
2014-08-27add teaspoon and jasmine assets to teaspoon env.mo khan
2014-08-27add thew new teaspoon helper.mo khan
2014-08-27remove unused javascript.mo khan
2014-08-27remove old tutorial actions.mo khan
2014-08-27remove more unused fields.mo khan
2014-08-26merge with master.mo khan
2014-08-25create a single session key.mo khan
2014-08-24fix broken spec.mo khan
2014-08-21rename sessions cookie to ignore old cookies.mo khan
2014-08-20mark failing test as pending.mo khan
2014-08-16fix broken spec.mo khan
2014-08-16implement a simple search.mo khan
2014-08-16add ability to search for user in admin controller.mo khan
2014-08-16add specs for admin users controller.mo khan
2014-08-16redirect to the dashboard when already logged in.mo khan
2014-08-16creates views to display all user sessions.mo khan
2014-08-16allow admins to revoke a users session.mo khan
2014-08-16rename is_admin to admin on users table.mo khan
2014-08-16start to build sessions controller to view all sessions.mo khan
2014-08-14change usages of new_session_path with login_pathmo khan
2014-08-14change login and logout routes to go to the new sessions controller.mo khan
2014-08-14add specs for authenticate.mo khan
2014-08-14add missing specs for user session.mo khan
2014-08-14move login method to user model.mo khan
2014-08-14adjust auth helper to stub out application controller methods.mo khan
2014-08-13generate session key and add ability to revoke a session.mo khan
2014-08-13rename Session to UserSession.mo khan