Skip to content

Instantly share code, notes, and snippets.

@wortmanb
Created August 6, 2015 14:57
Show Gist options
  • Save wortmanb/2d900b819e7a9f15a254 to your computer and use it in GitHub Desktop.
Save wortmanb/2d900b819e7a9f15a254 to your computer and use it in GitHub Desktop.
The log file I get when trying to run "rails g model user", which hangs indefinitely.
(0.2ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
(179.1ms) DROP DATABASE IF EXISTS `aurora_development`
(24.0ms) DROP DATABASE IF EXISTS `aurora_test`
(26.9ms) CREATE DATABASE `aurora_development` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
(0.1ms) CREATE DATABASE `aurora_test` DEFAULT CHARACTER SET `utf8` COLLATE `utf8_unicode_ci`
(215.2ms) CREATE TABLE `schema_migrations` (`version` varchar(255) NOT NULL) ENGINE=InnoDB
(339.1ms) CREATE UNIQUE INDEX `unique_schema_migrations` ON `schema_migrations` (`version`)
ActiveRecord::SchemaMigration Load (0.2ms) SELECT `schema_migrations`.* FROM `schema_migrations`
(0.1ms) SELECT `schema_migrations`.`version` FROM `schema_migrations`
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment