Started POST "/books" for 127.0.0.1 at 2012-04-27 15:44:37 -0300
Processing by BooksController#create as HTML
Parameters: {"utf8"=>"✓", "authenticity_token"=>"NJ7IoaCR/qZ93GJNW4qunzXpkYc4t8QnMELVXa62coA=", "book"=>{"name"=>"Game of Thrones", "allocated_on"=>"04/28/2012"}, "commit"=>"Create Book"}
[1m[35m (0.2ms)[0m BEGIN
[1m[36mSQL (0.3ms)[0m [1mINSERT INTO `books` (`allocated_on`, `created_at`, `name`, `updated_at`) VALUES (NULL, '2012-04-27 18:44:37', 'Game of Thrones', '2012-04-27 18:44:37')[0m
[1m[35m (69.9ms)[0m
COMMIT
Completed 302 Found in 80ms (ActiveRecord: 70.4ms)