summaryrefslogtreecommitdiff
path: root/spec/controllers
AgeCommit message (Expand)Author
2014-10-18rename creations controller to cakes.mo khan
2014-10-16merge the two creations controller into one.mo khan
2014-10-16remove extra service object and fix broken spec.mo khan
2014-10-16remove usage of find cake by id query object.mo khan
2014-10-16publish a command to add a favorites to a users collection as a background job.mo khan
2014-10-16create a creations repository.mo khan
2014-10-16extract tagged scope.mo khan
2014-10-16move user repository to user/repository and add scopes to User model.mo khan
2014-10-15extract user repositorymo khan
2014-10-15fix broken specs.mo khan
2014-10-04fix broken specs.mo khan
2014-09-20fix broken specs.mo khan
2014-09-18removed commented out devise lines and stuff.mo khan
2014-09-18fix broken specs.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-17remove password confirmation from registration.mo khan
2014-09-17login the user after registering.mo khan
2014-09-17add email validation.mo khan
2014-09-17get controller specs passing.mo khan
2014-09-17remove devise.mo khan
2014-09-07add infinite scroll to categories and fix back button with turbolinks.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-27remove old tutorial actions.mo khan
2014-08-27remove more unused fields.mo khan
2014-08-26merge with master.mo khan
2014-08-21rename sessions cookie to ignore old cookies.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-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-14move login method to user model.mo khan
2014-08-13generate session key and add ability to revoke a session.mo khan
2014-08-13rename Session to UserSession.mo khan
2014-08-12update all authentication to use the new authenticate before_filter.mo khan
2014-08-12update links to new_session_path.mo khan
2014-08-12redirect to login page when credentials are invalid.mo khan
2014-08-06create action to logout.mo khan
2014-08-06redirect to dashboard after logging in.mo khan
2014-08-06display error when the credentials are not known.mo khan
2014-08-06start to work on the login action.mo khan
2014-08-06create the new login page and action.mo khan
2014-08-06use absolute path helper instead of url_for when generating site map.mo khan