Created
July 10, 2013 14:19
-
-
Save krishnasrihari/5966690 to your computer and use it in GitHub Desktop.
yutongo - issue
This file contains 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 "/admin_users/sign_in" for 91.64.81.67 at 2013-07-10 14:48:34 +0200 | |
Processing by Devise::SessionsController#new as HTML | |
Account Load (0.7ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`subdomain` = 'staging' AND (accounts.deleted_at IS NULL) LIMIT 1 | |
CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`subdomain` = 'staging' AND (accounts.deleted_at IS NULL) LIMIT 1 | |
Rendered /home/user17/.bundle/ruby/1.9.1/gems/devise-2.2.3/app/views/devise/shared/_links.erb (1.2ms) | |
Rendered /home/user17/.bundle/ruby/1.9.1/gems/devise-2.2.3/app/views/devise/sessions/new.html.erb within layouts/yutongo (6.8ms) | |
User Load (0.5ms) SELECT `users`.* FROM `users` WHERE `users`.`id` = 20 AND (users.deleted_at IS NULL) LIMIT 1 | |
(0.2ms) BEGIN | |
(0.5ms) UPDATE `users` SET `last_request_at` = '2013-07-10 12:48:35', `perishable_token` = 'D2OEgm7Hy68qNeFOCf', `updated_at` = '2013-07-10 12:48:35' WHERE `users`.`id` = 20 | |
(9.4ms) COMMIT | |
Image Load (0.3ms) SELECT `images`.* FROM `images` WHERE `images`.`imageable_id` = 20 AND `images`.`imageable_type` = 'User' AND (images.deleted_at IS NULL) LIMIT 1 | |
Rendered layouts/_top_menu.html.haml (33.4ms) | |
Rendered layouts/_flash.html.haml (1.1ms) | |
Rendered layouts/_footer.html.haml (3.2ms) | |
Rendered public/piwick_tracking_tag.html (0.0ms) | |
Completed 200 OK in 111ms (Views: 80.4ms | ActiveRecord: 13.4ms) | |
Started GET "/assets/jquery.rating.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /jquery.rating.css - 304 Not Modified (9ms) | |
Started GET "/assets/jquery.fancybox.2.0.6.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /jquery.fancybox.2.0.6.css - 304 Not Modified (9ms) | |
Started GET "/assets/slider.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /slider.css - 200 OK (10ms) | |
Started GET "/assets/screen.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /screen.css - 200 OK (133ms) | |
Started GET "/assets/application.js" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /application.js - 200 OK (60ms) | |
Started GET "/assets/formtastic_changes.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /formtastic_changes.css - 200 OK (119ms) | |
Started GET "/assets/jquery-ui-1.8.18.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /jquery-ui-1.8.18.css - 200 OK (10ms) | |
Started GET "/assets/jquery.timepicker.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /jquery.timepicker.css - 304 Not Modified (0ms) | |
Started GET "/assets/token-input-facebook.css" for 91.64.81.67 at 2013-07-10 14:48:35 +0200 | |
Served asset /token-input-facebook.css - 200 OK (9ms) | |
Started GET "/assets/new_files/logo.png" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /new_files/logo.png - 200 OK (4ms) | |
Started GET "/assets/print.css" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /print.css - 304 Not Modified (0ms) | |
Started GET "/assets/new_files/nav-bckg.jpg" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /new_files/nav-bckg.jpg - 200 OK (3ms) | |
Started GET "/assets/new_files/anchor-border.jpg" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /new_files/anchor-border.jpg - 200 OK (3ms) | |
Started GET "/assets/new_files/twitter.png" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /new_files/twitter.png - 200 OK (3ms) | |
Started GET "/assets/new_files/facebook-logo-square.png" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /new_files/facebook-logo-square.png - 200 OK (3ms) | |
Started GET "/assets/new_files/mail.png" for 91.64.81.67 at 2013-07-10 14:48:37 +0200 | |
Served asset /new_files/mail.png - 200 OK (4ms) | |
Started POST "/admin_users/sign_in" for 91.64.81.67 at 2013-07-10 14:48:42 +0200 | |
Processing by Devise::SessionsController#create as HTML | |
Parameters: {"utf8"=>"✓", "authenticity_token"=>"P7ucURWmc51XvRNkeNUlUwCYjhqr8Lfsmp1TOqDB7Ds=", "admin_user"=>{"email"=>"[email protected]", "password"=>"[FILTERED]"}, "commit"=>"Sign in"} | |
Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`subdomain` = 'staging' AND (accounts.deleted_at IS NULL) LIMIT 1 | |
CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`subdomain` = 'staging' AND (accounts.deleted_at IS NULL) LIMIT 1 | |
AdminUser Load (9.1ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`email` = '[email protected]' LIMIT 1 | |
(0.1ms) BEGIN | |
(0.5ms) UPDATE `admin_users` SET `failed_attempts` = 0, `updated_at` = '2013-07-10 12:48:43' WHERE `admin_users`.`id` = 1 | |
(1.6ms) COMMIT | |
(0.2ms) BEGIN | |
(0.5ms) UPDATE `admin_users` SET `last_sign_in_at` = '2013-06-19 14:13:15', `current_sign_in_at` = '2013-07-10 12:48:43', `last_sign_in_ip` = '109.164.129.16', `current_sign_in_ip` = '91.64.81.67', `sign_in_count` = 22, `updated_at` = '2013-07-10 12:48:43' WHERE `admin_users`.`id` = 1 | |
(0.6ms) COMMIT | |
Redirected to http://staging.yutongo.com/yutongo-admin/badge | |
Completed 302 Found in 145ms (ActiveRecord: 0.0ms) | |
Started GET "/yutongo-admin/badge" for 91.64.81.67 at 2013-07-10 14:48:43 +0200 | |
Processing by RailsAdmin::MainController#index as HTML | |
Parameters: {"model_name"=>"badge"} | |
Account Load (0.4ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`subdomain` = 'staging' AND (accounts.deleted_at IS NULL) LIMIT 1 | |
CACHE (0.0ms) SELECT `accounts`.* FROM `accounts` WHERE `accounts`.`subdomain` = 'staging' AND (accounts.deleted_at IS NULL) LIMIT 1 | |
AdminUser Load (0.5ms) SELECT `admin_users`.* FROM `admin_users` WHERE `admin_users`.`id` = 1 LIMIT 1 | |
(0.3ms) SELECT @@FOREIGN_KEY_CHECKS | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 0 | |
(22.1ms) DROP TABLE `tags` | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 1 | |
(18.6ms) CREATE TABLE `tags` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255)) ENGINE=InnoDB | |
(0.2ms) SELECT @@FOREIGN_KEY_CHECKS | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 0 | |
(2.1ms) DROP TABLE `taggings` | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 1 | |
(3.7ms) CREATE TABLE `taggings` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `tag_id` int(11), `taggable_id` int(11), `taggable_type` varchar(255), `created_at` datetime) ENGINE=InnoDB | |
(0.2ms) SELECT @@FOREIGN_KEY_CHECKS | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 0 | |
(1.5ms) DROP TABLE `users` | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 1 | |
(2.7ms) CREATE TABLE `users` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255)) ENGINE=InnoDB | |
(2.7ms) CREATE TABLE `posts` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `text` text, `cached_tag_list` varchar(255), `user_id` int(11), `type` varchar(255)) ENGINE=InnoDB | |
(3.0ms) CREATE TABLE `photos` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `title` varchar(255), `user_id` int(11)) ENGINE=InnoDB | |
(0.2ms) SELECT @@FOREIGN_KEY_CHECKS | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 0 | |
(1.9ms) DROP TABLE `subscriptions` | |
(0.2ms) SET FOREIGN_KEY_CHECKS = 1 | |
(2.7ms) CREATE TABLE `subscriptions` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `user_id` int(11), `magazine_id` int(11)) ENGINE=InnoDB | |
(2.5ms) CREATE TABLE `magazines` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `name` varchar(255)) ENGINE=InnoDB | |
(0.8ms) SELECT version FROM `schema_migrations` | |
(0.5ms) INSERT INTO `schema_migrations` (version) VALUES ('0') | |
Badge Load (0.7ms) SELECT `badges`.* FROM `badges` ORDER BY badges.id desc LIMIT 20 OFFSET 0 | |
(0.8ms) SELECT COUNT(*) FROM `badges` | |
Rendered /home/user17/.bundle/ruby/1.9.1/gems/rails_admin-0.4.3/app/views/rails_admin/main/index.html.haml within layouts/rails_admin/application (877.2ms) | |
Rendered /home/user17/.bundle/ruby/1.9.1/gems/rails_admin-0.4.3/app/views/layouts/rails_admin/_secondary_navigation.html.haml (17.5ms) | |
Rendered /home/user17/.bundle/ruby/1.9.1/gems/rails_admin-0.4.3/app/views/layouts/rails_admin/pjax.html.haml (10.8ms) |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment