Skip to content

Commit

Permalink
changed readme
Browse files Browse the repository at this point in the history
  • Loading branch information
zerothabhishek committed May 2, 2011
1 parent 5a40ffe commit 3add1b9
Show file tree
Hide file tree
Showing 2 changed files with 26 additions and 256 deletions.
256 changes: 0 additions & 256 deletions README

This file was deleted.

26 changes: 26 additions & 0 deletions README.md
@@ -0,0 +1,26 @@

## Solution to [MLG](www.majorleaguegaming.com) coding problem for recruitment.

###The problem:

Create a Rails 3 application, complete with all unit and functional tests that:

· Accepts personal information (first name (required), last name (required), address (required), phone number (not required), email (required)) from both a form and via a Restful API
· Saves records to an instance of MySQL
· Provides a way to search the contacts database by name (support for partial matches not needed)
· Ensures the application performs validations where appropriate

Bonus:

· On successful creation of a new account, inform a queue (e.g. Redis, Sparrow, etc.) that a new account was created
· Write a listener for the queue that will update account record to indicate that it was "verified"
· Demonstrate a set of integration test(s) to verify the system works appropriately

### Solution.

This rails application.
Deployed [here]("")

Queue used: **beanstalkd**
Beanstalk client: the `stalker:start` rake task (uses Stalker gem)
Tests: `rake:test`

0 comments on commit 3add1b9

Please sign in to comment.