summaryrefslogtreecommitdiff
path: root/spec/controllers/registrations_controller_spec.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
2016-07-04remove deprecation warnings from controller tests.mo khan
2016-05-30redirect to profile edit page after registration.mo khan
2016-05-01use user_session.id instead of user.idmo khan
2015-02-16remove hardcoded text from test.mo khan
2015-02-16move translation to en.ymlmo khan
2015-02-16Add flash for successful registrationStephen Peasley
2015-01-20merge with master.mo khan
2015-01-20add mailer preview.mo khan
2015-01-19use double quotes.mo khan
2015-01-19shorten long lines and use double quotes.mo khan
2015-01-19use the default of "1" for terms to simplify code.mo khan
2015-01-18Add tests for registration emailStephen Peasley
2015-01-10send a registration email when a user signs up.mo khan
2015-01-03add specs for validation errors.mo khan
2015-01-03happy day scenario user registration.mo khan
2015-01-03update form to post to the registration create action.mo khan
2014-12-29Stub out user registration pageStephen Peasley