index
:
xlgmokha/surface.git
master
Rails app for fitness tracking
git
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
spec
/
controllers
/
registrations_controller_spec.rb
Age
Commit message (
Expand
)
Author
2017-03-17
use gon to validation usernames on the client side.
mo khan
2017-02-12
use redirect instead of render to fix url.
mo khan
2016-07-04
remove deprecation warnings from controller tests.
mo khan
2016-05-30
redirect to profile edit page after registration.
mo khan
2016-05-01
use user_session.id instead of user.id
mo khan
2015-02-16
remove hardcoded text from test.
mo khan
2015-02-16
move translation to en.yml
mo khan
2015-02-16
Add flash for successful registration
Stephen Peasley
2015-01-20
merge with master.
mo khan
2015-01-20
add mailer preview.
mo khan
2015-01-19
use double quotes.
mo khan
2015-01-19
shorten long lines and use double quotes.
mo khan
2015-01-19
use the default of "1" for terms to simplify code.
mo khan
2015-01-18
Add tests for registration email
Stephen Peasley
2015-01-10
send a registration email when a user signs up.
mo khan
2015-01-03
add specs for validation errors.
mo khan
2015-01-03
happy day scenario user registration.
mo khan
2015-01-03
update form to post to the registration create action.
mo khan
2014-12-29
Stub out user registration page
Stephen Peasley