ianroberts131 / coalesce-to-give

0 stars 0 forks source link

Basic User sign up functionality #10

Closed ianroberts131 closed 8 years ago

ianroberts131 commented 8 years ago

Eliot,

I got the basic user sign up to work, but am having some issues with the feature spec. Specifically, there is an issue with filling in 'Password' and 'Password confirmation', creating an ambiguity error. I looked into this, and thought I found the solution by setting 'exact' to true. However, now I'm getting an error the 'Password' cannot be found, even though I know it's there. Let me know your thoughts.

EDIT: Ignore this - I got everything to work (see following commit)

eliotsykes commented 8 years ago

@ianroberts131 overall high quality work here. In particular, having the feature spec and the implementation in the same PR is a solid practice.