Created
February 13, 2012 21:35
-
-
Save jesjos/1820680 to your computer and use it in GitHub Desktop.
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| Started GET "/projects/testproject/repositories/new" for 127.0.0.1 at 2012-02-13 22:34:18 +0100 | |
| [1m[36mSQL (1.1ms)[0m [1mSHOW TABLES[0m | |
| [1m[35mSQL (1.1ms)[0m SHOW TABLES | |
| Processing by RepositoriesController#new as HTML | |
| Parameters: {"project_id"=>"projects/testproject"} | |
| [1m[36mUser Load (0.4ms)[0m [1mSELECT `users`.* FROM `users` WHERE `users`.`id` = 1 LIMIT 1[0m | |
| [1m[35mProject Load (0.4ms)[0m SELECT `projects`.* FROM `projects` WHERE `projects`.`slug` = 'projects/testproject' LIMIT 1 | |
| WARNING: Can't mass-assign protected attributes: subdomain | |
| WARNING: Can't mass-assign protected attributes: subdomain | |
| WARNING: Can't mass-assign protected attributes: subdomain | |
| Rendered layouts/_common_head.html.erb (7.3ms) | |
| [1m[36mSQL (0.4ms)[0m [1mSELECT COUNT(*) FROM `messages` WHERE `messages`.`aasm_state` = 'unread' AND `messages`.`archived_by_recipient` = 0 AND (`messages`.recipient_id = 1)[0m | |
| [1m[35mCACHE (0.0ms)[0m SELECT COUNT(*) FROM `messages` WHERE `messages`.`aasm_state` = 'unread' AND `messages`.`archived_by_recipient` = 0 AND (`messages`.recipient_id = 1) | |
| [1m[36mCACHE (0.0ms)[0m [1mSELECT COUNT(*) FROM `messages` WHERE `messages`.`aasm_state` = 'unread' AND `messages`.`archived_by_recipient` = 0 AND (`messages`.recipient_id = 1)[0m | |
| Rendered layouts/_login_logout.html.erb (140.1ms) | |
| Rendered searches/_search_box.html.erb (1.6ms) | |
| Rendered layouts/_common_footer.html.erb (1.1ms) | |
| Rendered public/404.html within layouts/application (160.1ms) | |
| Completed 404 Not Found in 520ms (Views: 336.4ms | ActiveRecord: 3.4ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment