Skip to content

Commit e65b834

Browse files
committed
Removin nivels with wrong pluralization
1 parent 438e6b5 commit e65b834

File tree

7 files changed

+359
-76
lines changed

7 files changed

+359
-76
lines changed

app/views/layouts/nivels.html.erb

-17
This file was deleted.

app/views/nivels/edit.html.erb

-16
This file was deleted.

app/views/nivels/index.html.erb

-20
This file was deleted.

app/views/nivels/new.html.erb

-15
This file was deleted.

app/views/nivels/show.html.erb

-8
This file was deleted.

log/development.log

+35
Original file line numberDiff line numberDiff line change
@@ -724,3 +724,38 @@ Completed in 9ms (View: 5, DB: 0) | 200 OK [http://localhost/niveis/50/edit]
724724
SQL (1.4ms) INSERT INTO "schema_migrations" (version) VALUES ('20090608221356')
725725
SQL (1.3ms) INSERT INTO "schema_migrations" (version) VALUES ('20090608212820')
726726
SQL (1.5ms) INSERT INTO "schema_migrations" (version) VALUES ('20090608220927')
727+
SQL (0.8ms)  SELECT name
728+
FROM sqlite_master
729+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
730+

731+
SQL (0.2ms) SELECT version FROM schema_migrations
732+
SQL (0.1ms) select sqlite_version(*)
733+
SQL (0.4ms)  SELECT name
734+
FROM sqlite_master
735+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
736+

737+
SQL (2.5ms) CREATE TABLE "niveis" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "descricao" varchar(255), "created_at" datetime, "updated_at" datetime) 
738+
SQL (0.2ms)  SELECT name
739+
FROM sqlite_master
740+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
741+

742+
SQL (1.6ms) CREATE TABLE "nivels" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "descricao" varchar(255), "created_at" datetime, "updated_at" datetime) 
743+
SQL (0.2ms)  SELECT name
744+
FROM sqlite_master
745+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
746+

747+
SQL (24.9ms) CREATE TABLE "problemas" ("id" INTEGER PRIMARY KEY AUTOINCREMENT NOT NULL, "id_no_pku" integer, "nome" varchar(255), "link" varchar(255), "categorias_old" integer, "origem_old" integer, "created_at" datetime, "updated_at" datetime) 
748+
SQL (0.6ms)  SELECT name
749+
FROM sqlite_master
750+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
751+

752+
SQL (5.5ms) CREATE TABLE "schema_migrations" ("version" varchar(255) NOT NULL) 
753+
SQL (1.9ms) CREATE UNIQUE INDEX "unique_schema_migrations" ON "schema_migrations" ("version")
754+
SQL (0.5ms)  SELECT name
755+
FROM sqlite_master
756+
WHERE type = 'table' AND NOT name = 'sqlite_sequence'
757+

758+
SQL (0.2ms) SELECT version FROM "schema_migrations"
759+
SQL (4.9ms) INSERT INTO "schema_migrations" (version) VALUES ('20090608221356')
760+
SQL (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090608212820')
761+
SQL (1.8ms) INSERT INTO "schema_migrations" (version) VALUES ('20090608220927')

0 commit comments

Comments
 (0)