summaryrefslogtreecommitdiff
path: root/app/controllers/registrations_controller.rb
AgeCommit message (Expand)Author
2017-03-17use gon to validation usernames on the client side.mo khan
2017-02-12use redirect instead of render to fix url.mo khan
2017-02-11within_transactionmo khan
2016-05-30redirect to profile edit page after registration.mo khan
2016-05-05hound happy.mo khan
2016-05-01use user_session.id instead of user.idmo khan
2015-03-14extract a public controller to skip authentication check.mo khan
2015-02-16move translation to en.ymlmo khan
2015-02-16Add flash for successful registrationStephen Peasley
2015-01-26Hound Happy.mo khan
2015-01-24First cut of user authenticationStephen Peasley
2015-01-19Add missing space to commentStephen Peasley
2015-01-18Add TODOStephen Peasley
2015-01-10send a registration email when a user signs up.mo khan
2015-01-10add validation to accept terms and conditions.mo khan
2015-01-03add a partial to display flash messages on the site.mo khan
2015-01-03add validations for username, and email.mo khan
2015-01-03add specs for validation errors.mo khan
2015-01-03happy day scenario user registration.mo khan
2015-01-03update registration form with form helpers.mo khan
2014-12-29First pass of registration pageStephen Peasley
2014-12-29Stub out user registration pageStephen Peasley