forked from starburstgem/starburst
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
53 changed files
with
1,298 additions
and
11 deletions.
There are no files selected for viewing
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1 @@ | ||
--color |
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
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
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,12 @@ | ||
module Starburst | ||
class Engine < ::Rails::Engine | ||
isolate_namespace Starburst | ||
|
||
config.generators do |g| | ||
g.test_framework :rspec, :fixture => false | ||
g.fixture_replacement :factory_girl, :dir => 'spec/factories' | ||
g.assets false | ||
g.helper false | ||
end | ||
end | ||
end |
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
Binary file not shown.
File renamed without changes.
Binary file not shown.
File renamed without changes.
File renamed without changes.
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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,51 @@ | ||
[1m[36m (8.7ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m | ||
[1m[35m (0.1ms)[0m select sqlite_version(*) | ||
[1m[36m (1.2ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m | ||
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" | ||
Migrating to CreateAnnouncementTables (20141004214002) | ||
[1m[36m (0.1ms)[0m [1mbegin transaction[0m | ||
[1m[35m (0.3ms)[0m CREATE TABLE "announcements_reads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "announcement_id" integer, "created_at" datetime, "updated_at" datetime) | ||
[1m[36m (0.1ms)[0m [1mCREATE TABLE "announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "body" text, "start_delivering_at" datetime, "stop_delivering_at" datetime, "limit_to_users" text, "created_at" datetime, "updated_at" datetime) [0m | ||
[1m[35mSQL (0.2ms)[0m INSERT INTO "schema_migrations" ("version") VALUES (?) [["version", "20141004214002"]] | ||
[1m[36m (0.8ms)[0m [1mcommit transaction[0m | ||
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" | ||
Migrating to CreateAnnouncementTables (20141004214002) | ||
[1m[36m (0.1ms)[0m [1mbegin transaction[0m | ||
[1m[35m (0.3ms)[0m DROP TABLE "starburst_announcements" | ||
SQLite3::SQLException: no such table: starburst_announcements: DROP TABLE "starburst_announcements" | ||
[1m[36m (0.1ms)[0m [1mrollback transaction[0m | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" | ||
Migrating to CreateAnnouncementTables (20141004214002) | ||
[1m[36m (0.1ms)[0m [1mbegin transaction[0m | ||
[1m[35m (0.4ms)[0m DROP TABLE "announcements" | ||
[1m[36m (0.4ms)[0m [1mDROP TABLE "announcements_reads"[0m | ||
[1m[35mSQL (0.1ms)[0m DELETE FROM "schema_migrations" WHERE "schema_migrations"."version" = '20141004214002' | ||
[1m[36m (0.8ms)[0m [1mcommit transaction[0m | ||
[1m[35mActiveRecord::SchemaMigration Load (0.1ms)[0m SELECT "schema_migrations".* FROM "schema_migrations" | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
Migrating to CreateAnnouncementTables (20141004214002) | ||
[1m[35m (0.1ms)[0m begin transaction | ||
[1m[36m (0.4ms)[0m [1mCREATE TABLE "starburst_announcements_reads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "announcement_id" integer, "created_at" datetime, "updated_at" datetime) [0m | ||
[1m[35m (0.1ms)[0m CREATE TABLE "starburst_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "body" text, "start_delivering_at" datetime, "stop_delivering_at" datetime, "limit_to_users" text, "created_at" datetime, "updated_at" datetime) | ||
[1m[36mSQL (0.2ms)[0m [1mINSERT INTO "schema_migrations" ("version") VALUES (?)[0m [["version", "20141004214002"]] | ||
[1m[35m (1.1ms)[0m commit transaction | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
[1m[36mActiveRecord::SchemaMigration Load (0.1ms)[0m [1mSELECT "schema_migrations".* FROM "schema_migrations"[0m | ||
Migrating to CreateAnnouncementTables (20141004215355) | ||
[1m[35m (0.1ms)[0m begin transaction | ||
[1m[36m (0.3ms)[0m [1mCREATE TABLE "starburst_announcements_reads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "announcement_id" integer, "created_at" datetime, "updated_at" datetime) [0m | ||
SQLite3::SQLException: table "starburst_announcements_reads" already exists: CREATE TABLE "starburst_announcements_reads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "announcement_id" integer, "created_at" datetime, "updated_at" datetime) | ||
[1m[35m (0.1ms)[0m rollback transaction | ||
[1m[36m (3.0ms)[0m [1mCREATE TABLE "starburst_announcements" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "title" text, "body" text, "start_delivering_at" datetime, "stop_delivering_at" datetime, "limit_to_users" text, "created_at" datetime, "updated_at" datetime) [0m | ||
[1m[35m (0.9ms)[0m CREATE TABLE "starburst_announcements_reads" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "user_id" integer, "announcement_id" integer, "created_at" datetime, "updated_at" datetime) | ||
[1m[36m (0.9ms)[0m [1mCREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) [0m | ||
[1m[35m (0.1ms)[0m select sqlite_version(*) | ||
[1m[36m (0.8ms)[0m [1mCREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")[0m | ||
[1m[35m (0.1ms)[0m SELECT version FROM "schema_migrations" | ||
[1m[36m (0.7ms)[0m [1mINSERT INTO "schema_migrations" (version) VALUES ('20141004214002')[0m |
Oops, something went wrong.