Skip to content

Instantly share code, notes, and snippets.

@grouptable
grouptable / Test-Task
Created December 19, 2012 22:48
A task that tests basic Ruby on Rails skills. It requires anywhere between 2-5 hours of your time.
* Create a clean ruby on rails application using twitter bootstrap.
* Create User model with fields first, last, email.
* Install and setup devise gem to use the User model for auth (email used as a user name).
* Generate devise views via rake command
* On the register new user view add a new text field called Secret Code.