7 Commits

Author SHA1 Message Date
Thibault Jouan
aaca5bf1d9 Remove .html from HAML views paths (except layout) 2015-05-02 00:06:15 +00:00
Thibault Jouan
3b733c349e Fix coding standards in application files 2015-04-30 08:52:00 +00:00
Thibault Jouan
da96c4814a Use ruby 2.x hash syntax 2014-04-01 10:48:18 +00:00
Thibault Jouan
c764265af2 Improve readability in some views by adding empty lines 2011-12-30 10:41:52 +00:00
Thibault Jouan
688a178376 Validate uniqueness of user email address
* Make user.email attribute unique
* Render validations error messages in users/new view
2011-09-08 23:09:58 +00:00
Thibault Jouan
acaa9fc19a Use table for form fields in views 2011-09-07 21:13:20 +00:00
Thibault Jouan
1057cab009 Implement user registration feature
* Add users/new action and view
* Add users/create action
* Add link to sign up in sign in page
2011-09-07 18:36:06 +00:00