ui_changed 0.0.4 → 0.0.5
This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
- data/app/workers/ui_changed/worker_base.rb +2 -1
- data/lib/ui_changed/version.rb +1 -1
- data/spec/dummy/config/ui_changed.yml +1 -0
- data/spec/dummy/log/development.log +143 -0
- data/spec/dummy/log/test.log +6750 -0
- data/spec/routing/screenshots_spec.rb +8 -44
- data/spec/views/screenshot_spec.rb +39 -0
- metadata +3 -1
@@ -64,7 +64,8 @@ module UiChanged
|
|
64
64
|
# if not, create it
|
65
65
|
UiChanged::WorkerBase.remove_folder_contents_or_create(image_dir)
|
66
66
|
|
67
|
-
driver = Selenium::WebDriver.for
|
67
|
+
driver = Selenium::WebDriver.for UiChanged::ConfigHelper.selenium_browser.to_sym
|
68
|
+
|
68
69
|
driver.manage.window.resize_to(1024, 768) # this doesn't work (i dont think)
|
69
70
|
driver.manage.timeouts.implicit_wait = 60 # seconds
|
70
71
|
|
data/lib/ui_changed/version.rb
CHANGED
@@ -28887,3 +28887,146 @@ Connecting to database specified by database.yml
|
|
28887
28887
|
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28888
28888
|
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28889
28889
|
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28890
|
+
Connecting to database specified by database.yml
|
28891
|
+
[1m[36m (10.6ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28892
|
+
[1m[35m (47.0ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28893
|
+
[1m[36m (3.7ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28894
|
+
[1m[35m (24.7ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28895
|
+
[1m[36m (19.5ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28896
|
+
[1m[35m (8.6ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28897
|
+
[1m[36m (12.5ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28898
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28899
|
+
[1m[36m (1.9ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28900
|
+
[1m[35m (1.9ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28901
|
+
Connecting to database specified by database.yml
|
28902
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28903
|
+
[1m[35m (3.2ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28904
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28905
|
+
[1m[35m (17.0ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28906
|
+
[1m[36m (12.0ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28907
|
+
[1m[35m (25.9ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28908
|
+
[1m[36m (20.0ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28909
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28910
|
+
[1m[36m (0.7ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28911
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28912
|
+
Connecting to database specified by database.yml
|
28913
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28914
|
+
[1m[35m (2.5ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28915
|
+
[1m[36m (0.4ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28916
|
+
[1m[35m (10.1ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28917
|
+
[1m[36m (13.6ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28918
|
+
[1m[35m (7.9ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28919
|
+
[1m[36m (9.5ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28920
|
+
[1m[35m (0.3ms)[0m SELECT version FROM `schema_migrations`
|
28921
|
+
[1m[36m (1.0ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28922
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28923
|
+
Connecting to database specified by database.yml
|
28924
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28925
|
+
[1m[35m (2.5ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28926
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28927
|
+
[1m[35m (12.3ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28928
|
+
[1m[36m (26.0ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28929
|
+
[1m[35m (7.0ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28930
|
+
[1m[36m (8.8ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28931
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28932
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28933
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28934
|
+
Connecting to database specified by database.yml
|
28935
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28936
|
+
[1m[35m (2.1ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28937
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28938
|
+
[1m[35m (7.8ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28939
|
+
[1m[36m (8.7ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28940
|
+
[1m[35m (8.6ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28941
|
+
[1m[36m (9.5ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28942
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
28943
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28944
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28945
|
+
Connecting to database specified by database.yml
|
28946
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28947
|
+
[1m[35m (2.5ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28948
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28949
|
+
[1m[35m (9.3ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28950
|
+
[1m[36m (11.4ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28951
|
+
[1m[35m (7.3ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28952
|
+
[1m[36m (10.4ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28953
|
+
[1m[35m (0.2ms)[0m SELECT version FROM `schema_migrations`
|
28954
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28955
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28956
|
+
Connecting to database specified by database.yml
|
28957
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28958
|
+
[1m[35m (2.3ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28959
|
+
[1m[36m (0.2ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28960
|
+
[1m[35m (9.5ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28961
|
+
[1m[36m (11.3ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28962
|
+
[1m[35m (9.4ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28963
|
+
[1m[36m (12.6ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28964
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28965
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28966
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28967
|
+
Connecting to database specified by database.yml
|
28968
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28969
|
+
[1m[35m (2.5ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28970
|
+
[1m[36m (0.2ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28971
|
+
[1m[35m (8.6ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28972
|
+
[1m[36m (10.1ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28973
|
+
[1m[35m (5.9ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28974
|
+
[1m[36m (8.9ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28975
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28976
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28977
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28978
|
+
Connecting to database specified by database.yml
|
28979
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28980
|
+
[1m[35m (2.2ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28981
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28982
|
+
[1m[35m (8.4ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28983
|
+
[1m[36m (12.3ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28984
|
+
[1m[35m (7.1ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28985
|
+
[1m[36m (10.4ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28986
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
28987
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28988
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
28989
|
+
Connecting to database specified by database.yml
|
28990
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
28991
|
+
[1m[35m (2.4ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
28992
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
28993
|
+
[1m[35m (8.7ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
28994
|
+
[1m[36m (14.4ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
28995
|
+
[1m[35m (7.8ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
28996
|
+
[1m[36m (10.5ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
28997
|
+
[1m[35m (0.5ms)[0m SELECT version FROM `schema_migrations`
|
28998
|
+
[1m[36m (0.3ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
28999
|
+
[1m[35m (0.2ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
29000
|
+
Connecting to database specified by database.yml
|
29001
|
+
[1m[36m (10.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
29002
|
+
[1m[35m (45.5ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
29003
|
+
[1m[36m (2.7ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
29004
|
+
[1m[35m (30.1ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
29005
|
+
[1m[36m (27.2ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
29006
|
+
[1m[35m (7.0ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
29007
|
+
[1m[36m (16.0ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
29008
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
29009
|
+
[1m[36m (1.6ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
29010
|
+
[1m[35m (2.0ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
29011
|
+
Connecting to database specified by database.yml
|
29012
|
+
[1m[36m (0.3ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
29013
|
+
[1m[35m (3.2ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
29014
|
+
[1m[36m (0.3ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
29015
|
+
[1m[35m (8.0ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
29016
|
+
[1m[36m (10.1ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
29017
|
+
[1m[35m (7.2ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
29018
|
+
[1m[36m (10.6ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
29019
|
+
[1m[35m (0.1ms)[0m SELECT version FROM `schema_migrations`
|
29020
|
+
[1m[36m (0.9ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
29021
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|
29022
|
+
Connecting to database specified by database.yml
|
29023
|
+
[1m[36m (0.2ms)[0m [1mSELECT `schema_migrations`.`version` FROM `schema_migrations` [0m
|
29024
|
+
[1m[35m (2.6ms)[0m DROP DATABASE IF EXISTS `ui_changed_test`
|
29025
|
+
[1m[36m (0.2ms)[0m [1mCREATE DATABASE `ui_changed_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`[0m
|
29026
|
+
[1m[35m (16.8ms)[0m CREATE TABLE `ui_changed_screenshot_ignore_urls` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB
|
29027
|
+
[1m[36m (11.8ms)[0m [1mCREATE TABLE `ui_changed_screenshots` (`id` int(11) DEFAULT NULL auto_increment PRIMARY KEY, `url` text, `is_control` tinyint(1), `is_test` tinyint(1), `is_compare` tinyint(1), `diff_found` tinyint(1), `control_id` int(11), `test_id` int(11), `image_file_name` varchar(255), `image_content_type` varchar(255), `image_file_size` int(11), `created_at` datetime NOT NULL, `updated_at` datetime NOT NULL) ENGINE=InnoDB[0m
|
29028
|
+
[1m[35m (7.0ms)[0m CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
|
29029
|
+
[1m[36m (13.7ms)[0m [1mCREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)[0m
|
29030
|
+
[1m[35m (0.3ms)[0m SELECT version FROM `schema_migrations`
|
29031
|
+
[1m[36m (0.4ms)[0m [1mINSERT INTO `schema_migrations` (version) VALUES ('20130203001050')[0m
|
29032
|
+
[1m[35m (0.3ms)[0m INSERT INTO `schema_migrations` (version) VALUES ('20130203000059')
|